cancel
Showing results for 
Search instead for 
Did you mean: 

Reading data from tsv file

darshthakkar
Valued Contributor

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

1 ACCEPTED SOLUTION

koryknick
Employee
Employee

If you are referring to a tab-delimited file, simply replace the field delimiter from a comma to “\t”

image

View solution in original post

2 REPLIES 2

koryknick
Employee
Employee

If you are referring to a tab-delimited file, simply replace the field delimiter from a comma to “\t”

image

darshthakkar
Valued Contributor

Thank you @koryknick for your quick response.