Guest User

Untitled

a guest
Jun 18th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Name, Email, Course, Year
  2. John Doe, john@example.com, SoC, 2010
  3. Tom Jones, tom@example.com, SoC, 2009
  4. Victor Sandles, victor@example.com, Java, 2010
  5.  
  6.  
  7. require 'csv-mapper'
  8. include CsvMapper
  9.  
  10. results = import('/path/to/file.csv') do
  11. start_at_row 1
  12. [full_name, email, course, year]
  13. end
Add Comment
Please, Sign In to add comment