CSV.parse

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.

class CSV
void
parse

Parameters

stream InputStream

stream to read CSV data from

row_dg RowDg

delegate to receive parsed rows

Meta