Reputation: 21
I have a pipe delimited file with an extension txt. I am using UiPath invoke code (basically I am using VB.net coding) to either read the file into a datatable variable. While Uipath has inbuilt activities to read CSV files, it doesn't work for many rows. I tried with few rows (about 10-20) and it works, but for about 1000-2000 rows, it gives me error that CSV file format in invalid. I am looking for a VB function to either convert the Pipe delimited txt file to a workbook xlsx file. Please help!
Thanks in advance!
Upvotes: 1
Views: 864
Reputation: 3833
It does not matter which file extention (TXT/CSV/...) it is. The steps to solve your issue are simple:
Upvotes: 1