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