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