Forum Discussion
Anonymous
2 years agoNot applicable
How do I looping different information CSV files by Power Query
Hi Lads, I've 7 different information CSV files in Single folder. How do i looping through these files by using Power Query. How do I get separate data from those files. If I do this so...
lbendlin
2 years agoSuper User
Do these files have the same structure? Write a custom function that processes the first file, and then adapt it to process all files. Finally combine the results. Kinda like "Combine binaries" works but without all the gruft.
Anonymous
2 years agoNot applicable
No lbendlin These files are not have same structure . That is my problem arriving in my end . if i'm combining all these files each file have separate details of each granular level. I want retrieve all these files information separately by tables with some automatiuon task of power query.
- lbendlin2 years agoSuper User
If they don't have the same structure then you need to run separate Power Query queries. You can reuse the folder access part but after that each query will be different.