I’m new and I need help. I follow the vid samples in UiPath docs and already extracted other data except for the currency and amount from PDF file. Code is like this:
Read PDF Text output → ExtractedText
ArrayText = ExtractedText.Split(Environment.NewLine.ToArray,StringSplitOptions.RemoveEmptyEntries)
Currency and Amount is in ArrayText(7)
Any ideas is appreciated. Thank you
Hi @NewLearner ,
here I can easily get the whole text using pdf operation,
What is your desired output? Please share it
I here my understand is you need get only Currency and Amount
that’s right, please confirm it
I’ll help you
regards,
Hi @Nguyen_Van_Luong1,
Yeah right I wanted to extract the Amount and Currency, the problem is in the amount section, the # of asterisk varies. The expected output for Currency would be 3 letter(EUR/USD) and in Amount would be the end part but without the asterisk sign bcoz each currency has diff formatting(20.548.500,20/109,801.57) Please refer to the image below and also I upload other pdf file above. Thanks