Parses CSV data from the provided stream. Parsing ends when an EOF is
encountered. As rows are extracted and parsed, they are passed to the
provided delegate.
Note that if a row is read which has more fields than there are headings
(i.e. fields in the first row of the CSV stream), then its name is set
to "unknown".
Parses CSV data from the provided stream. Parsing ends when an EOF is encountered. As rows are extracted and parsed, they are passed to the provided delegate.
Note that if a row is read which has more fields than there are headings (i.e. fields in the first row of the CSV stream), then its name is set to "unknown".