Hi Good Day!!!
I am having trouble parsing a pipe delimited file I have a 54 column text file that I am trying to read but it keeps coming in as one column. Already change the option # 2 to ( | ).
thank you in advance.
Solved! Go to Solution.
Check this thread and see if it work
Hi!
already read that post and it doesnt worked for me :(
@kathbanc
Can you provide sample input data?
And I dont see the Pipeline delimiter in your first screenshot/
It seems your sample file is not pipe delimited, you can try use \t as delimiter,start data import on line 8 to check if it is what you want.
i also tried the tab delimited, error is : Too many fields record.
Hi @kathbanc
I had no problems reading the file, but you should have a better understanding of the data your about to process with an Alteryx workflow, as the file is tab separated and the data columns are defined at row 8, once you load the data, there are still more cleansing to be done, which seems to be straight forward.
Good luck,
Arnaldo
Thank you all so much!!