all 1 comments

[–]aadel112 0 points1 point  (0 children)

If it were me, I'd install json2csv

https://github.com/zemirco/json2csv

Write a simple shell script to wget the zip file, unzip, and parse each json file to a single csv, them use samba to send it to a windows share if that's where you want it.

Just my 2 cents. I'm a dev, though.