 |
Qore CsvUtil Module Reference
1.7.2
|
77 openFile(
string path);
Qore::File file
the file to write
Definition: CsvFileWriter.qc.dox.h:39
the CsvUtil namespace. All classes used in the CsvUtil module should be inside this namespace
Definition: AbstractCsvIterator.qc.dox.h:28
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...
string getFileName()
returns the output file path
The AbstractCsvWriter class provides a parent for all CSV writers.
Definition: AbstractCsvWriter.qc.dox.h:139
writeRawLine(list< auto > values)
This method must be overridden in child classes to provide the output implementation.
The CsvFileWriter class for safe CSV file creation.
Definition: CsvFileWriter.qc.dox.h:34
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...