Class CSVImportIntoExistingSettings
Settings for importing into an existing TB from a CSV file source.
Syntax
public class CSVImportIntoExistingSettings
Fields
AllowAddNewLanguages
If true languages from the CSV will be added to the term base if it's not already present. Default value: true.
Declaration
public bool AllowAddNewLanguages
Type
BooleanDelimiter
Delimiter character for columns. By default: ';'
Declaration
public char Delimiter
Type
CharOverwriteEntriesWithSameId
If true imported entries will overwrite the ones in the TB which have the same Id. Otherwise all new entries will extend the TB. Default value: false.
Declaration
public bool OverwriteEntriesWithSameId
Type
BooleanRemarks
E.g. there is an entry with ID 3 in the TB and the imported CSV file too, it will be overwritten by the imported one.