json-to-multicsv icon indicating copy to clipboard operation
json-to-multicsv copied to clipboard

Split a JSON file with hierarchical data to multiple CSV files

Results 1 json-to-multicsv issues
Sort by recently updated
recently updated
newest added

When working with this nested json, this command gives the following error. ```console > echo '[{"nested": {"z": 1, "a": [{"c": 2}, {"b": 3}]}}]' > nested.json > json-to-multicsv.pl --file nested.json --path...