Hi, I’m a student who’s trying do assignment in Automation anywhere there’s some table data i have extracted from a pdf as a string variable.
100 Clear front covers $0.49 $49.00
100 Black rear covers $0.99 $99.00
100 Color copies (pages 1-2) $2.99 $299.00
1000 Black and white copies $0.25 $250.00
I want to manipulate this string and get data separately I'm thinking if I can loop this string and get one by one rows to manipulate and get Like 100, Clear front covers, $0.49, $49.00. Thank you :)