Public Member Functions |
| CSVImportParameters (unsigned int fromLine=0, unsigned int toLine=UINT_MAX, const std::vector< CSVColumn > &columns=std::vector< CSVColumn >()) |
virtual | ~CSVImportParameters () |
unsigned int | columnNumber () const |
| Return the number of column.
|
bool | importColumn (unsigned int column) const |
| return true if the column is marked for import.
|
std::string | getColumnName (unsigned int column) const |
| Get the column name.
|
std::string | getColumnDataType (unsigned int column) const |
| Get the column data type.
|
unsigned int | getFirstLineIndex () const |
| Return the index of the first line to import.
|
unsigned int | getLastLineIndex () const |
| Return the index of the last line to import.
|
bool | importRow (unsigned int row) const |
| Return true if the given row is between the first row to import and the last row to import.
|
Store all the advanced import parameters for the CSV file.
Store the informations about columns and rows to import. Use this object to configure the import process of a CSVImportGraph object.