Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

HOW TO PARSE PIPE DELIMETED text file

kathbanc
8 - Asteroid

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.

 

 

 

9 REPLIES 9
sparksun
11 - Bolide
kathbanc
8 - Asteroid

Hi!

 

 

already read that post and it doesnt worked for me :( 

Qiu
20 - Arcturus
20 - Arcturus

@kathbanc 
Can you provide sample input data?
And I dont see the Pipeline delimiter in your first screenshot/

kathbanc
8 - Asteroid

Hi!, 

 

this is the sample file. header name starts at line 6. 

 

 

ArnaldoSandoval
12 - Quasar

Hi @kathbanc 

 

I can't see the pipes ( | ) in the file you uploaded ☹️

 

Arnaldo

sparksun
11 - Bolide

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.

kathbanc
8 - Asteroid

i also tried the tab delimited, error is : Too many fields record. 

ArnaldoSandoval
12 - Quasar

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

 

kathbanc
8 - Asteroid

Thank you all so much!! 

Labels