-
-
Save anonymous/fca383959b09c3b9e2fc 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 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