Hi Good Day!!!
I am having trouble parsing the file. I have a 54 column text file that I am trying to read but it keeps coming in as one column if I tried the pipe delimited . Already change the option # 2 to ( | ).
But when I use the \t ( tab delimited) error message is " Too many fields"
Attached is the sample file
thank you in advance.
Solved! Go to Solution.
Have you tried /0 as a delimiter? Then use Text to Columns tool to split it accordingly.
Another method I recommended to another user: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Text-to-column-unstructured-tx...
hope it helps
This is the file you uploaded. and the delimiter is \t and the data starts at line 8
and there are columns that have no name as in the print
It works T_T , The line start at line 8 T_T . thank you thank you!
Thank you all so much!.