Skip to content

Instantly share code, notes, and snippets.

@leoallen85
Created January 7, 2014 12:33
Show Gist options
  • Select an option

  • Save leoallen85/8298660 to your computer and use it in GitHub Desktop.

Select an option

Save leoallen85/8298660 to your computer and use it in GitHub Desktop.
require 'csv'
CSV.foreach("/Users/leo/Downloads/resources.csv") do |row|
puts "<h2><a href=\"#{row[2]}\">#{row[0]}</a></h2>"
puts "<p>#{row[1]}</p>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment