ocean.text.csv

Modules

CSV
module ocean.text.csv.CSV

Class for parsing streams of CSV data.

HeadingsCSV
module ocean.text.csv.HeadingsCSV

Class for parsing streams of CSV data with handling of column headings. The fields of the first row are parsed as the column headings. The user delegate passed to the parse() methods receives the values of the fields in a row together with the corresponding column headings, read from the first row.