|
Qore CsvUtil Module Reference
1.6.2
|
| CsvUtil namespace contains all the objects in the CsvUtil module | |
| AbstractCsvIterator class is an abstract base class that allows abstract CSV data to be iterated | |
| Parent for all CSV writers | |
| Allows arbitrary CSV string data to be iterated on a record basis | |
| Allows CSV files to be iterated on a record basis | |
| For safe CSV file creation | |
| Allows CSV sources to be iterated on a record basis. The source of the input data is either a AbstractLineIterator object or an InputStream object | |
| For in-memory string CSV creation | |
| For safe CSV data creation | |