Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Forked from wrburgess/gist:2170970
Last active August 29, 2015 14:11
Show Gist options
  • Save Jammink2/6fcf0ca97fc241d611f3 to your computer and use it in GitHub Desktop.
Save Jammink2/6fcf0ca97fc241d611f3 to your computer and use it in GitHub Desktop.
require 'csv'
require 'json'
csv_string = CSV.generate do |csv|
JSON.parse(File.open("filename.json").read).each do |hash|
data = hash[1]
theline = theline + " #{data},"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment