Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

CSV imports fail..

goutdelete
8 - Asteroid
Hi All,

 

Still a beginner here.. I have a CSV file to import but unlike other CSV files I imported for other workflows, this one only imported as only one column.  The file was long and big (A all the way to AZ - I cut off most columns for sample file), but I feel it's the delimiter issue -- yet I pretty much tried everything I could and still couldn't make it to work.

 

goutdelete_0-1631051119411.png

 

Anyone may take a look at my sample file and workflow please?

 

Thanks a lot!

2 REPLIES 2
cmcclellan
14 - Magnetar

Technically it's not a CSV, it's a TSV (Tab Separate Volume)

 

In the Input data tool change the Delimiter to this:

 

\t

 

and it will work

 

cmcclellan_0-1631054448897.png

 

goutdelete
8 - Asteroid

@cmcclellan  THANK YOU so much and so fast!! 😀

Labels
Top Solution Authors