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.
An additional parameter (include_headings) allows the user to specify
which columns in the CSV stream are passed to the row delegate. In this
way, unnecessary columns can be ignored.
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.
An additional parameter (include_headings) allows the user to specify which columns in the CSV stream are passed to the row delegate. In this way, unnecessary columns can be ignored.