 |
Qore CsvUtil Module Reference
1.7.1
|
58 auto memberGate(
string name);
constructor(string data, hash spec, hash opts)
Creates the CsvDataIterator in multi-type mode with the path of the file to read and 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
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