Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created June 11, 2013 22:09
Show Gist options
  • Save ChimeraCoder/5761191 to your computer and use it in GitHub Desktop.
Save ChimeraCoder/5761191 to your computer and use it in GitHub Desktop.
csv = CSV.parse(csv_text, :headers => true, :col_sep => ",", :quote_char => '"')
csv.each do |row|
full_text, all_phone_numbers, all_ids, top_id = row
puts(all_phone_numbers)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment