Hey all,
I need your help please, can we extract text file format to csv or excel format in uipath ? thanks in advance
Hey all,
I need your help please, can we extract text file format to csv or excel format in uipath ? thanks in advance
If the text file is already comma-delimited, you only need to change the extension of the file to .csv. Excel will be able to read the file.
Source : “path/file.txt”
Destination : “path/file.csv”
3.Take a Excel Write range and write the datable dt_output created above to this Excel.
–
Mukesh