Terminology Database Import Options
Once you set up a terminology database in WorldServer, you can import entries into the TD from different file formats.
Select a file format and browse for the file you want to import into the WorldServer terminology database (TD).
- Delimited File: Simple Format
- A file containing terminology entries in a simple grid format with a column for each language or attribute and a row for each term entry. A header row is required. These files can have .csv or .txt file extensions.
- CSV: Advanced Format
- A CSV (Comma-Separated Values) file containing entries for a term database. This is a more advanced format that preserves term attributes.
- MultiTerm 5 Format
-
A file in WorldServer MultiTerm 5 format containing entries for a WorldServer TD. These legacy files can be created from a MultiTerm 5 termbase.
- TBX
- A file in TBX (TermBase eXchange) format.
The import file can either be an exported terminology database file that has been modified or a new file containing new TD entries. If you are importing a new file, you may need to create custom attributes (in ) to ensure you import all the information from the database.
Duplicate Detection
termdb.import.preventDuplicates = true
termdb.import.checkAttributes = false
termdb.import.overwriteAttributes = trueIf preventDuplicates is true, WorldServer does not create new entries that duplicate existing term entries. The checkAttributes and overwriteAttributes parameters apply only if preventDuplicates is true. The checkAttributes option controls whether WorldServer compares entry and term attributes when testing for duplicates. If false, WorldServer ignores attributes and compares only the terms.
overwriteAttributes option is true, WorldServer copies the import entries’ and terms’ attributes into the existing term entry. Where the attribute does not already exist in the term database counterpart, the import attribute is added to the relevant entry or term. Where the attribute already exists, the import attribute overwrites the database's counterpart. If overwriteAttributes is false, WorldServer does not change the attributes of the duplicate entries or terms.
For more information about using the exchange.properties file, see the WorldServer Administrator Guide.