Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Challenge with csv file (400+ columns) - Tools are not able to read the columns

Harshitratd
5 - Atom

Hello Team,

 

I'm encountering a problem with a csv file in which the column count exceeds 400. While I can successfully read the file, I'm unable to view the lost of fields when I connect tools like select or filter and because of this i am not able to build the workflow. Would really appreciate your help on this one.

2 REPLIES 2
Carlithian
11 - Bolide
11 - Bolide

Hey @Harshitratd 

 

I would possibly try importing the data with a different delimiter, so if it is currently a comma, perhaps use \0, you will need to greatly increase the string length and the aim is for all the data to come in in a single column. Then attempt to parse the data within Alteryx. 


Happy Alteryxing
ahsanaali
11 - Bolide

Unless you need all 400 columns, try limiting the number of columns with Dyanmic Select tool.

Labels
Top Solution Authors