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

Importing Multiple Files with Same Schema from a list of file paths

suppahc
7 - Meteor

Is this possible without using a macro? I want to almost wildcard append to a table but the files are in different locations. I thought I could maybe get a list of file paths and use the dynamic import hoping it would loop through the filepaths I've entered but it only reads in the first one.

 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @suppahc 

 

If the files have the same schema, just feeding the dynamic input tool with the right parameters must work.

 

You can even take a look at the example workflow for this tool, it does exactly that.

Felipe_Ribeir0_0-1671136646897.png

 

 

Can you share more information, maybe 2 sample files with dummy data?

suppahc
7 - Meteor

So in my testing, I was reading in the same file from the same location and it only read it once. When I moved to another location it worked and read in both so maybe it behind the scenes only takes unique full filepaths to avoid a duplication error. 

Felipe_Ribeir0
16 - Nebula

Yes, the idea is to have unique filepath/sheets to do it!

Labels
Top Solution Authors