Hello Alteryx Community,
I am attempting to import in multiple Excel workbooks in to one workflow through a batch macro. In this example, all daily worksheets (named: Sunday, Monday, etc.) throughout all workbooks in a directory have the same schema. Attempting to:
Any help would be greatly appreciated!
Solved! Go to Solution.
@ridodson the below post might be helpful for your use case
Solved: Get worksheet names from excel - Alteryx Community
Once I am able to pull the sheet names, how do I run through the "Sunday" tabs and consolidate them in to one output?
In your interface designer properties tab, set your union to be by name (or position is fine if the schema is the same). If this brings in all days of the week together then you can just add a select tool to remove days of the week you don't want for that stream. If your weekdays are within the rows themselves then you can of course use a filter too.