-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Dale Attree edited this page Oct 4, 2015
·
1 revision
The purpose of this library is to make it easier to work with CSV files.
The library takes the header record of a CSV file and converts each subsequent line into a RecordObject allowing use of getters via column headers for easy access to the data.
If there is no header record, the column headers default to col[n], n being the column index (zero-based).