Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

Alteryx Designer Desktop Discussions

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

How to import a csv file with empty rows

jonasheise
8 - Asteroid

Hi all!

 

I have a hard time finding out how to import .csv files who have the same layout but some empty columns in the beginning. The main problem is, that from the first 6 rows I only need the "Invoice no", "Invoice date" and "Customer no." These 3 should be headers of the first 3 columns where their value will be filled in.

Then the data from row 7 and down is the rest of my data and should be union together with the first 3 constructed columns.

 

 

I have added a .csv file (with dummy data) to visualise what I am trying explain above if it does not make sense. I have also uploaded my alteryx flow where I have tried to create it with just one .csv file due to I can't get the batch macro to work.

 

 

12 REPLIES 12
jonasheise
8 - Asteroid

What about this one?

 

DavidP
17 - Castor
17 - Castor

Ok, this now loads your latest file correctly.

jonasheise
8 - Asteroid

Thank you so much!

Labels