The AbstractCsvWriter class provides a parent for all CSV writers.
Definition: AbstractCsvWriter.qc.dox.h:139
The CsvWriter class for safe CSV data creation.
Definition: CsvWriter.qc.dox.h:30
StreamWriter output
the output stream for the CSV data
Definition: CsvWriter.qc.dox.h:35
constructor(Qore::OutputStream output, hash spec, hash opts)
creates the CsvWriter in multi-type mode with the OutputStream and an option hash
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
the CsvUtil namespace. All classes used in the CsvUtil module should be inside this namespace
Definition: AbstractCsvIterator.qc.dox.h:28