Created
December 6, 2022 20:21
-
-
Save cmoog/8b859a46523a687b788b1ad94b8a7877 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
head $1 -n 1 | jq -r keys_unsorted | jq -cr 'join(",")' > $1.csv | |
jq -r 'join(",")' $1 >> $1.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment