Skip to content
Dale Attree edited this page Oct 4, 2015 · 1 revision

Welcome to the CsvFileHandler Wiki!

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).

Clone this wiki locally