Skip to content

Instantly share code, notes, and snippets.

@ozuma
Created May 27, 2021 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozuma/02f5bb11f0a2fcd3ee02d2b820735c43 to your computer and use it in GitHub Desktop.
Save ozuma/02f5bb11f0a2fcd3ee02d2b820735c43 to your computer and use it in GitHub Desktop.
json2csv.sh
jq -c < sample.json | jq -r "[.ip, .country, .city]|@csv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment