![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
Template for importing record data. More...
#include <recordtableimporttemplate.h>
Public Attributes | |
| QString | name |
| Name of this import template, as shown in the UI. | |
| QString | path |
| Relative path of this impoirt template on disk. | |
| QString | idColumn |
| Header the table column which contains the record IDs. | |
| QStringList | ignoredIds |
| Entries of the ID column that should cause the importer to skip the respective row. | |
| QMap< QString, QString > | columnMap |
| Maps column headers to field IDs (defaults to just use the column header). | |
| TableType::TableType | sourceType |
| Type of the import data source. | |
| QString | rootRecordId |
| Id of the record to parent all imported new records to. | |
| QMap< QString, QString > | parameters |
| Optional additional import parameters (e.g. which table to import). | |
Template for importing record data.
1.8.13