Forum Discussion
Transforming mulitple sheets in multiple files when using 'Load from folder'
- 6 years ago
Hello KWilkinson02
Try to do as follows
- Query one Excelfile in order to have the result you want
- Create a new text parameter calles "FileName" with the complete path of your Excel-file
- enter advanced editor and substitute in the first line the path information with your newly created parameter
- right click on the query and select create function. Give it the name "GetData"
- Query your folder
- Add new column invoking your function like GetData([Path]&[Name])
- Combine the new created column to one table
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy
Hello KWilkinson02
be carefull about the load-more option because if you really have a lot of files with different column names I'm not hundred percentage sure that this option will check every table. Better check it every now and then
Jimmy
Thanks for the heads up. In this instance I think it's fine because I'm checking specific tables/ranges where I know I've made changes.