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