Alteryx Designer Desktop Discussions

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

Help read simple csv

Hamder83
11 - Bolide

Hi 

How do I read this csv if I wanna keep the header? 

I have tried \0 delimiter, and then text to columns,.

And I have tried all the settings I can find in the input.. but I cannot get it to load it correctly?


3 REPLIES 3
danilang
19 - Altair
19 - Altair

hi @Hamder83 

 

The issue is that the lines are longer than the default 256 char input length.  Change this to a much larger number, i.e. 10000 and it comes in fine.  Uncheck First Row Contains Field Names as well. 

danilang_1-1622115794329.png

 

Then use a Text to Columns and Dynamic Rename 

 

Dan 

Qiu
20 - Arcturus
20 - Arcturus

@Hamder83 
I modified some data and now the whole data can be pulled in.

A1A.PNG

Hamder83
11 - Bolide

Thanks for the reply both of you 🙂 

Your solutions worked like a charm! 🙂 

Labels