Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created May 28, 2020 22:39
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 apeckham/94afea22eb4626b9ff31865a760be24d to your computer and use it in GitHub Desktop.
Save apeckham/94afea22eb4626b9ff31865a760be24d to your computer and use it in GitHub Desktop.
convert csv to json
ruby -rjson -rcsv -e 'print JSON.pretty_generate(CSV.new(STDIN, headers: true).map(&:to_h))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment