class Origen::Utility::CSV

A class to handle the parsing of Comma Separated Value (CSV) input data Field names are indicated on first line of file, separated by comma Field values are indicated on all lines after first line of file, separated by comma All lines must have same number of fields names and values