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.