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.
Solved! Go to Solution.
You could look into using wildcards in the Input Tool's file specification. If that doesn't work it may help refine the question.
Check out these posts...
They might give you a starting point...
I am trying that now - it is still running. Thanks!
Input Tool accepts wildcard inputs.
Lots of information in these threads:
https://inspiringingenuity.net/2014/06/27/alteryx-wildcard-inputs/
If wildcard input isn't working for you then Dynamic Input also performs this job.
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"?
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
That helped. Thank you John!