Hi,
I’m new to UiPath and I was trying to do a prototype to scrap data into Excel table.
I formatted the data in txt file as following:
“ProductCategory,ProductCode,InitialExpense,RenewalExpense
A,0,162.11,0
B,1000,0,0
C,2020,0,13.11322602
D,2112,162.11,44.40943709”
How do I turn that into a dynamic datatable in UiPath?
I’ve tried using “Add Data Row”, but that only add all data into one column. How do I tell UiPath which column to add data in? Is there any easier way to convert the data into a excel table straight away?
Thank you very much for your help,
Cassie