class for reading a csv into a table, using given options
More...
#include <iACsvIO.h>
|
| static const char * | ColNameAutoID = "Auto_ID" |
| | name of the auto ID column (inserted optionally) More...
|
| |
| static const char * | ColNameClassID = "Class_ID" |
| | name of the class ID column (always inserted as last column) More...
|
| |
class for reading a csv into a table, using given options
◆ iACsvIO()
◆ getFileHeaders()
| const QStringList & iACsvIO::getFileHeaders |
( |
| ) |
const |
get the list of columns/headers as it is in the file
◆ getOutputHeaders()
| const QStringList & iACsvIO::getOutputHeaders |
( |
| ) |
const |
get list of all headers in result table (including computed columns)
◆ getOutputMapping()
| QSharedPointer< QMap< uint, uint > > iACsvIO::getOutputMapping |
( |
| ) |
const |
get mapping in which fields the important values are stored
◆ loadCSV()
| bool iACsvIO::loadCSV |
( |
iACsvTableCreator & |
dstTbl, |
|
|
iACsvConfig const & |
params, |
|
|
size_t const |
rowCount = std::numeric_limits<size_t>::max() |
|
) |
| |
reads table entries from csv file
◆ ColNameAutoID
| const char * iACsvIO::ColNameAutoID = "Auto_ID" |
|
static |
name of the auto ID column (inserted optionally)
◆ ColNameClassID
| const char * iACsvIO::ColNameClassID = "Class_ID" |
|
static |
name of the class ID column (always inserted as last column)
The documentation for this class was generated from the following files: