Guest User

Untitled

a guest
Feb 12th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.10 KB | None | 0 0
  1. require 'csv'
  2.  
  3. CSV.foreach("file.csv", :headers => true) do |row|
  4.     puts row.to_hash.inspect
  5. end
Add Comment
Please, Sign In to add comment