Skip to content

Instantly share code, notes, and snippets.

@younthu
Created May 13, 2019 02:23
Show Gist options
  • Save younthu/c0ee31494d56e652ce0daf39b5b24afc to your computer and use it in GitHub Desktop.
Save younthu/c0ee31494d56e652ce0daf39b5b24afc to your computer and use it in GitHub Desktop.
rails 读取csv
csv = File.read("./your_csv.csv")
table=CSV.parse(csv, headers:true)
# require 'csv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment