Created
February 21, 2020 08:42
-
-
Save Bogdaan/d89d11ca13fa5b5062a6c32996a1b052 to your computer and use it in GitHub Desktop.
Convert json into csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jq '(.[0] | keys_unsorted) as $keys | $keys, map([.[ $keys[] ]])[] | @csv' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment