Skip to content

Instantly share code, notes, and snippets.

@angeldev20
Created September 28, 2018 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angeldev20/38767df123339ee7127da21410260bf8 to your computer and use it in GitHub Desktop.
Save angeldev20/38767df123339ee7127da21410260bf8 to your computer and use it in GitHub Desktop.
Read CSV by Roo
def readCSV
data = Roo::CSV.new(obj.public_url, csv_options: {encoding: Encoding::ISO_8859_1})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment