 |
Qore CsvUtil Module Reference
1.7.1
|
68 writeRawLine(
list values);
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
string write(list l)
Stream the contents of the list and return CSV-formatted output as a string.
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
constructor(hash spec, hash opts)
creates the CsvStringWriter single-type mode with content in the memory
hash< auto > hash(object obj)
string write(Qore::AbstractIterator iterator)
Stream iterator and return a CSV-formatted output string.
constructor(*hash opts)
creates the CsvStringWriter single-type mode with content in the memory