
Announcements
Hi all,
Seeking your assistance. How do i extract items from a textlist based on their respective # ? The reason being the data which i want to extract from pdf does not have text prior to the numbering for e.g.
Usual invoice..... Total Amount 1,000.00
The invoice format which i received is ... 1,000.00 (It doesn't state a text which i can trim and search)
Also, anyone knows if PA can read japanese language ?
Thanks a bunch !
If it is always the last value in the string then split with space and get the last value in the list
cheers