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