jsonv.sh icon indicating copy to clipboard operation
jsonv.sh copied to clipboard

A Bash command line tool for converting JSON to CSV

Results 9 jsonv.sh issues
Sort by recently updated
recently updated
newest added

Hi, With is file [{"nombre":"new","valor":true}], no work fine. When file is :[{"nombre":"new","valor":true},{"nombre":"new","valor":true}] the output is correct.

If I feed a json file as input with no arguments, I expect it to output ALL of the data in the file. Instead I get nothing. I need to...

the install requires root as it install it under /usr/local/bin/ but then using the command also requires root as it writes to /usr/local/bin/.jsonv/ this should not be....

After execute the installer as explained in the README file, when I execute the command, I get: $ jsonv zsh: command not found: jsonv Even restarting the command line I...

Thanks for this super helpful script! I did realize however, a simple json with just one element such as the below doesn't return any output. ``` [ { "name": "Dagny...

Hello I have this case which is not working : ``` { "response": { "count": 1008, "pagecount": 1, "data": [ { "person": { "id": 1, "guid": "fabef832-ba3b-4a94-892b-e983fb297a10", "isActive": false, "balance":...

No need to keep the temporary tokens, map & json files once finished running..

Dear Paul, thank you very much for this great tool! In my EC public service project, I use it to evaluate commit log to GitHub repositories, but cannot manage it...

Small request, can there be an option to put the first argument (list of field names) on the first line? When importing CSV into an office program, having the column...