How to get DataTable from txt-file data

Hi!
I have such a txt-file, for example TEST.zip (22.4 KB)
First line - it must be column name
Data Separator - Comma
How to get the appropriate output DataTable ? Use Invoke Code ?
Thank’s!

1 Like

Hi @Aleksey_M,

Have you tried to use Read CVS activity? You only have to indicate the filePath where the txt-file is stored and the output DataTable that contains the information obtained from the file.

https://activities.uipath.com/docs/read-csv-file

image

Best Regards,
Susana

1 Like

Yes, I use read csv.
And for check datatable I use Excel workbook activity. Thank;s

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.