Covert Text file into Xlsx File

Hi,
I need to convert text file into xlsx file. The text file contains strings seperated with commas. So based on comma as delimmiters, i need to enter the data into excel. Can anyone help me with any idea?

Check the below post -

Regards,
Karthik Byggari

hi @soorya_prasad,

I’ll suggest you to use Generate Data Table activity,
https://docs.uipath.com/activities/docs/generate-data-table

With formatting options.
image

well!
first you can split based on new line and loop through each line and split them with Commas
then use for each loop and use add data row give item.ItemArray for arrayrow in property panel
cheers @soorya_prasad