90 auto memberGate(
string name);
the AbstractCsvIterator class is an abstract base class that allows abstract CSV data to be iterated
Definition: AbstractCsvIterator.qc.dox.h:285
The CsvIterator class allows CSV sources to be iterated on a record basis.
Definition: CsvIterator.qc.dox.h:38
constructor(Qore::AbstractLineIterator li, *hash< auto > opts)
Creates the CsvIterator in single-type mode with general line iterator to read and an option hash.
constructor(Qore::AbstractLineIterator li, hash< auto > spec, hash< auto > opts)
Creates the CsvIterator in multi-type mode with general line iterator to read and optionally an optio...
constructor(Qore::InputStream input, string encoding='UTF-8', *hash< auto > opts)
Creates the CsvIterator from an InputStream and other arguments.
constructor(Qore::InputStream input, string encoding='UTF-8', hash< auto > spec, hash< auto > opts)
Creates the CsvIterator in multi-type mode from an InputStream and other arguments.
the CsvUtil namespace. All classes used in the CsvUtil module should be inside this namespace
Definition: AbstractCsvIterator.qc.dox.h:28