downloading an combining multiple json files then creating a single excel table.

JeffGrant

Well-known Member
Joined
Apr 7, 2021
Messages
516
Office Version
  1. 365
Platform
  1. Windows
I have an app in java that downloads csv files from a data supplier, then combines them, puts backup copies into various local folders and then creates a csv file ready to import into excel. It has been working well for about 2 years.

However, the data supplier has notifed me that the longer term support for csv files may end.

Is it possible to achieve the same result using PQ to get the data and create teh table I need?

Thanks
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Short answer is yes. PQ can import JSON files directly, or you can point to a folder and filter the results and pull in the JSON files in that folder and sub folders.
This is THE best way to handle this. If you have a PQ script for the CSV files, you should be able to use it as a guide for handling the JSON files.
Great YouTube playlists on PQ can be found here and here. I particularly like the later because start and end workbooks are provided for each video. The lists are long, but you should only need to watch a few to be able to do what you need to do. It's well worth the time! Good luck.
 
Upvote 0

Forum statistics

Threads
1,215,183
Messages
6,123,522
Members
449,103
Latest member
Michele317

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top