Created
June 11, 2013 22:09
-
-
Save ChimeraCoder/5761191 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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