The AbstractCsvWriter class provides a parent for all CSV writers.
Definition: AbstractCsvWriter.qc.dox.h:139
StreamWriter output
the output stream for the CSV data
Definition: CsvWriter.qc.dox.h:35
The CsvWriter class for safe CSV data creation.
Definition: CsvWriter.qc.dox.h:30
hash< auto > hash(object obj)
the CsvUtil namespace. All classes used in the CsvUtil module should be inside this namespace ...
Definition: AbstractCsvIterator.qc.dox.h:28
constructor(Qore::OutputStream output, *hash opts)
creates the CsvWriter in single-type mode with the OutputStream and an optional option hash ...
writeRawLine(list values)
renders the line and writes it to the output stream