We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Uploading multiple files from same folder

satya04
8 - Asteroid

Is it possible to upload multiple input files using a single tool? The records in the files will have same no. of columns in the same order which can be used for union. Please share your suggestions.

2 REPLIES 2
DataNath
17 - Castor
17 - Castor

Hey @satya04 - if all of your files will follow the same format then you’ll just want to follow the ‘Yes’ route of having the same schema within this great guide: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/The-Ultimate-Input-Data-Flowchart/t...

 

Depending on the case you’ll be able to single tool it with a wildcard, or at worst use a Dynamic input with a small handful of tools.

 

Example of a wildcard here, where instead of a file name we just provide * which indicates any amount of any characters. In this case, this Input Data would bring in everything in my 'Regions' directory, providing they all have a 'Sheet1'.

 

DataNath_0-1667202752700.png

grazitti_sapna
17 - Castor

@satya04 , you just have to use the below configuration to achieve your desired output.

 

grazitti_sapna_0-1667201081056.png

 

Sapna Gupta
Labels
Top Solution Authors