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