Alteryx Designer Desktop Discussions

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

Reading multiple csv file at once by adding ID or special character to each file's own row

acaryasin01
8 - Asteroid

 

Hi Guys,

 

I have more than 2 csv files and I want to open these files at once. 

 

After exporting all files to the one table I also would like to see which row belongs to which file in this table?

 

Any idea will be appreciated 😊

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @acaryasin01 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1630920190729.png

 

1. You can read multiple .csv file at a time using regex wildcard in filename.

2. You can configure input tool to output filename.

 

Resource on reading multiple files at a time https://community.alteryx.com/t5/Alteryx-Knowledge-Base/The-Ultimate-Input-Data-Flowchart/ta-p/20480 

 

Hope this helps : )

acaryasin01
8 - Asteroid

Thank you so much @atcodedog05 for your flash 😎 and detailed respond

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @acaryasin01 

Cheers and have a nice day!

atcodedog05
22 - Nova
22 - Nova

Hi @acaryasin01 

 

And thank you I just ranked up to Rank - 20 🙂 😇

Labels