Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Inputing multiple .xlsx files at once

Mdillard
5 - Atom

I have about 100 excel files that I am trying to input and combine. Is there a quick way to do this? I do not want to enter 100 input data tools then union them all together.

7 REPLIES 7
JohnJPS
15 - Aurora

You could look into using wildcards in the Input Tool's file specification. If that doesn't work it may help refine the question.

 

Mdillard
5 - Atom

I am trying that now - it is still running. Thanks!

Spatel68
7 - Meteor

Hi,

 

There there way to use *.xlsx to stack all excel file, except one (with specific string).  So something like *.xlsx where filename does not contain "xxxxx"?

JohnJPS
15 - Aurora

@Spatel68,

If you read them all in and include the filename as a separate column, then you can easily filter out the rows from that file.

Hope that helps,

John

Spatel68
7 - Meteor

That helped.  Thank you John!

Labels