77 openFile(
string path);
The AbstractCsvWriter class provides a parent for all CSV writers.
Definition: AbstractCsvWriter.qc.dox.h:139
The CsvFileWriter class for safe CSV file creation.
Definition: CsvFileWriter.qc.dox.h:34
string getFileName()
returns the output file path
constructor(string path, hash< auto > spec, hash< auto > opts)
creates the CsvFileWriter in multi-type mode with the path of the file to create and an optional opti...
Qore::File file
the file to write
Definition: CsvFileWriter.qc.dox.h:39
writeRawLine(list< auto > values)
This method must be overridden in child classes to provide the output implementation.
constructor(string path, *hash< auto > 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