Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2015 09:27
Show Gist options
  • Save anonymous/8c229aeb94bb1230dbb8 to your computer and use it in GitHub Desktop.
Save anonymous/8c229aeb94bb1230dbb8 to your computer and use it in GitHub Desktop.
csv = SmarterCSV.process(‘magic.csv’)
csv.each do |array|
puts array[:faculty_value]
binding.pry
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment