I need to read multiple excel file from the same directory and sheet name is unique for each file - can someone help?
Do they all have one sheet each to read in?
Take a look at this article.
https://knowledge.alteryx.com/index/s/article/The-Ultimate-Input-Data-Flowchart-1583459854309
@cjaneczko I agree this will help (one of my favorite articles), but it doesn't directly cover if the files have multiple sheets / differing sheet names!
Hi @dubeysau have a look at this solution from this post. You will need a Batch macro to first find the sheet names then potentially another batch macro to read the data. I say potentially as that second part of reading the data from the sheets in the excel file could be done by a Dynamic Input however the schema would need to be the same. However I typically follow the approach in the solution on that post as the schema can be changed very easily or by accident.
@dubeysau
please add some more details of the problem faced
till time a batch macro is added to read multiple sheets from multiple file from same directory
hope this will help.
Yes, all the excel files has only 1 sheet to read
Then multiple of the solutions presented could work for you - try them out and let us know what else is needed