How to copy the data from text file into each row of excel
Welcome to the uipath community.
-
Use Read Text File activity to read the data from text file and it will output as string.
-
And then use Generate DataTable activity and provide delimiter based on your data in the string and will give you output as DataTable.
-
Finally use Write Range activity to write into Excel file.
Welcome to our UiPath Community!.
Check this xaml, I did it for a different scenario, but it will help you to understand how to write an excel from text file.
TextToExcel.xaml (13.2 KB)
Thank you .Will try this.
1 Like