06-14-2023 11:26 AM
Hi Team,
How can we read data from tsv file? I have tried using CSV and Fixed Width Parser but no luck thus far.
Thanking in advance for your help.
Regards,
Darsh
Solved! Go to Solution.
06-14-2023 11:33 AM
If you are referring to a tab-delimited file, simply replace the field delimiter from a comma to “\t”
06-14-2023 11:33 AM
If you are referring to a tab-delimited file, simply replace the field delimiter from a comma to “\t”
06-14-2023 11:35 AM
Thank you @koryknick for your quick response.