Skip to content

Instantly share code, notes, and snippets.

@chesster
Created January 12, 2018 00:41
Show Gist options
  • Save chesster/badaf743d30eb7d88b76b73e9922c52c to your computer and use it in GitHub Desktop.
Save chesster/badaf743d30eb7d88b76b73e9922c52c to your computer and use it in GitHub Desktop.
json to csv with jq
jq -r '(.[0] | keys_unsorted) as $keys | $keys, map([.[ $keys[] ]])[] | @csv' plik.json >> plik.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment