kapi termbase import
kapi import [file]Import terms from CSV, JSON, TBX, or native .klftb into a termbase
Try it
Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.
kapi termbase import glossary.csv -s en -t fr --headerFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --delimiter | string | CSV field delimiter (default: comma) | |
| --domain | string | domain to assign to imported concepts | |
| --file | string | explicit path to resource file | |
| --format | string | csv | import format (csv, tsv, json, tbx, klftb); a .klftb input is detected automatically |
| --header | bool | false | CSV has header row |
| --local | bool | false | use resource in current directory |
| --name | string | named resource in KAPI_HOME (e.g. --name project-terms) | |
| --source-locale, -s | string | en | source locale for CSV import |
| --target-locale, -t | string | target locale for CSV import |
More examples
kapi termbase import terms.tbx --format tbx kapi termbase import seeds/termbase.klftb← Back to the Command Reference