Skip to content

Instantly share code, notes, and snippets.

Created March 21, 2015 14:35
Show Gist options
  • Save anonymous/fca383959b09c3b9e2fc to your computer and use it in GitHub Desktop.
Save anonymous/fca383959b09c3b9e2fc to your computer and use it in GitHub Desktop.
CSV FILE
131203,"Advertising Secrets of the Written Word: The Ultimate Resource on How to Write Powerful Advertising Copy from One of America's Top Copywriters and Mail Order Entrepreneurs","Joseph Sugarman","Sugarman, Joseph","",="1891686003",="9781891686009",3,"4.19","Delstar Pub","Hardcover","312",1998,1998,,2015/02/28,"","","read",,"",,,,,0,,,,,
RB
CSV.foreach('goodreads_export.csv',
:quote_char=>'"',
:col_sep =>",",
:headers => true,
:force_quotes => true,
:header_converters => :symbol) do |row|
p row
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment