constructor(*hash opts)
creates the CsvStringWriter single-type mode with content in the memory
string write(Qore::AbstractIterator iterator)
Stream iterator and return a CSV-formatted output string.
string getContent()
Get the current in-memory content as a string.
The CsvStringWriter class for in-memory string CSV creation.
Definition: CsvStringWriter.qc.dox.h:34
The AbstractCsvWriter class provides a parent for all CSV writers.
Definition: AbstractCsvWriter.qc.dox.h:139
the CsvUtil namespace. All classes used in the CsvUtil module should be inside this namespace ...
Definition: AbstractCsvIterator.qc.dox.h:28
writeRawLine(list values)
This method must be overridden in child classes to provide the output implementation.