I am newbie to RPA and UIpath, I have txt file which contains some bank transactions and I want to extract the data through UIpath and export to Excel sheet with headings .It would be greatly appreciated if anyone can assist me on this matter.
Thanks for the earliest attention, colums name should be as follows;
CARD NUMBER
TRAN TYPE
TRX.AMT
GROSS.AMT
COMMISSION
NET. AMT
TRAN DATE
AUTH
POS.ID
Refund (ARN)
Thank you so much Mr. Prasath ,It works like a charm, I looked your Regex pattern and really need to more focus on Regex a lot I guess. Can you please suggest me some youtube videos or any sites for proper learnings, Once again thanks for the help really appreciated.
@Duleepa_Krishan - I have improvised the regex with more generalized one…Here is the updated workflow, the previous one does not capture the Refund amt but this one does…Regex_DK.zip (96.5 KB)
For your reference, I have commented the previous Regex matches…