Helps in converting Parse JSON export file to CSV
So you exported some Parse table to JSON file, but you want spreadsheet.
Run and see:
parsejsontocsv.pl --in-json <path_to_json> --out-csv <path_to_csv>
parsejsontocsv.pl --in-json <path_to_json> --out-csv <path_to_csv> --user-table
There's parsejsontocsv.exported.pl
file which is standalone version of the tool. Thanks to fatpack