Hello everyone, I am new to UiPath and the Studio. I have been working on it for the last few weeks and I read the forum etiquette and everything so I’ll try to formulate that right.
There is a PDF document that I need to extract all data from which I did, I stored it in a string variable and can display it in a message box for exemple.
The thing is that I want to extract the Text headers with the corresponding data column below but I am not sure how to achieve that. I searched many threads in the forum but haven’t found any that does quite what I need.
I attach images for reference. tell me if you have any idea. Anything helps.
1st is the date column…i am not sure which is 3rd and 4th in the table? could you please point out?
In the below column, I see 2-3 different splits. In the first row there 1 , 110 and 834,000. All this considered as one value or 1 110 & 834,000 ? confused…
The third and fourth columns are the amounts and the references starting with P5… etc
In the column you showed, it’s the amount columns and those are single values
1 110 834.00 is one million, hundred and ten thousand, eight hundred thirty four dollars etc…
@A_E - I almost close to extract all the information using Regex…but since the first line has spaces for Reference column, it is not extracting that row…i am still thinking…