Terms can be imported to an existing term base by uploading a .CSV file with a pre-defined structure. Only owners or administrators can upload files to term bases.
To import an existing term base, follow these steps:
-
Click on
in the left-side menu.The
page opens. -
Select More/Upload CSV from the drop-down menu on the right of the required term base to open the page.
-
Click on Choose File to upload a .CSV file containing new terms for the term base. Terms that already exist in the term base will not be updated.
Change options if required.
-
Click on Import at the bottom of the page to finish importing the terms.
Terms already added to the term base can be exported by downloading the corresponding .CSV file.
To export a term base to a .CSV file, follow these steps:
-
Click on
in the left-side menu.The
page opens. -
Select More/Download CSV from the drop-down menu on the right of the required term base to open the window.
-
Verify the fields to include in the downloaded .CSV file and uncheck those not required under the
section of the dialog.Change options if required.
-
Click on Download at the bottom right to start downloading the terms.
.CSV File Structure
The first line must contain only supported column names (header) and can also contain multiple locale codes (only valid ones). Each following row then describes an actual term in the term base.
The order of the columns is not important. A minimal file must include at least the locale codes and may omit other columns.
Note
Different varieties of the same language (e.g. en, en-US, en-GB) are treated as completely different languages. If the term base has to be used for all varieties of that language, add all relevant locale codes to the file being imported.
Supported columns are:
term
The actual term used as an identifier.
case sensitive
If set to true, the term is case sensitive.
translatable
If set to true, the term is set as translatable.
description
A description of the term.
An example of a .CSV file structure for a term base:
term,case_sensitive,translatable,description,en-GB,de, ... "Phrase",true,false,"","","", ... "",true,true,"When clicking on a button save something","Save", "Speichern", ...