Hello!!!
I have a txt file from which I need to read data and write it to an excel file. There are several lines in the txt file that need to be written in each separate line. What is the best way to implement this in StudioX?
TEXT1.txt (848 Байти)
we can cleanse the text to have a more reliable value delimiter and the treat it as CSV data, which can be parsed into a DataTable by using the generate DataTable Activity
UPD1 - StudioX variations
- Cleanse
- Save to Text File
- read Cleansed TextFile with Read CSV File Activity
Hi @teslyak9437
Try with Generate Data Table from Text activity
NewBlankTask6.zip (255.4 KB)
Regards,
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.