69 openFile(
string path);
Qore::File file
the file to write
Definition: CsvFileWriter.qc.dox.h:39
The AbstractCsvWriter class provides a parent for all CSV writers.
Definition: AbstractCsvWriter.qc.dox.h:139
hash< auto > hash(object obj)
writeRawLine(list values)
This method must be overridden in child classes to provide the output implementation.
constructor(string path, *hash opts)
creates the CsvFileWriter in single-type mode with the path of the file to create and an optional opt...
the CsvUtil namespace. All classes used in the CsvUtil module should be inside this namespace
Definition: AbstractCsvIterator.qc.dox.h:28
The CsvFileWriter class for safe CSV file creation.
Definition: CsvFileWriter.qc.dox.h:34