Skip to content

Instantly share code, notes, and snippets.

@worace
Created September 20, 2022 18:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worace/e8051936db83799f372f23c2c3f5f6b9 to your computer and use it in GitHub Desktop.
Save worace/e8051936db83799f372f23c2c3f5f6b9 to your computer and use it in GitHub Desktop.
csv2json () {
ruby -r csv -r json -e 'CSV.new(STDIN, headers: true).each { |r| puts r.to_h.to_json }'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment