 |
Qore CsvUtil Module Reference
1.7
|
58 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:273
the CsvUtil namespace. All classes used in the CsvUtil module should be inside this namespace
Definition: AbstractCsvIterator.qc.dox.h:28
hash< auto > hash(object obj)
constructor(string data, *hash opts)
Creates the CsvDataIterator with the input data and optionally an option hash.
The CsvDataIterator class allows arbitrary CSV string data to be iterated on a record basis.
Definition: CsvDataIterator.qc.dox.h:37