Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 182 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 182 Bytes

csv_list

OpenStruct wrapper for CSV files

Typical usage

require 'csv_list'
list=CSVList.load("data.csv")
list.each do |line|
  puts line.column_header
end