I am trying to extract data from a table spanning multiple pages of a pdf file. However, the problem is I need to extract the data with specific criteria (i.e >= specific amount). once the criteria is met, the amount should be linked with the company name.
how can I filter the column name “maximum funds approved…” into filter row as the error appeared with “the value for argument ‘column name’ is not set or is invalid”
Hey, @19028426d !! Can you share 1 PDF sample with us to find the best solution?
Only if you don’t have sensitive data.
But from what I understand from your question, a possible solution I would use would be to read the text with a READ PDF or OCR activity and use regex to extract the information of interest. If they satisfy the condition, I would keep the data.