Forum Discussion
SteveCswc
Jun 13, 2020Copper Contributor
Help automating the import and processing of JSON files
I currently receive a large number of JSON files and I need to import them into excel and process the data. Each JSON file has 3 tables to import, expand and save. Each of the JSON files has a differ...
Abiola1
Jun 13, 2020MVP
Hello,
You can watch the video in the link below on how to import Jason files into excel using Power Query
https://youtube.com/watch?v=CjnsX81qWUg
You can watch the video in the link below on how to import Jason files into excel using Power Query
https://youtube.com/watch?v=CjnsX81qWUg
SteveCswc
Jun 13, 2020Copper Contributor
Thanks, yes, I have watched that video and it is very informative; however, I am trying to automate that process so I don't have to go through the manual steps for every for every table within every file. So I want to do everything he did but in a 'macro' or VBA process.
Again, thanks for the response.