kapi terms import
kapi import [file]Import terms from CSV, JSON, TBX, or a native .terms.json bundle
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 terms import terms.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 | auto | input format (auto, csv, tsv, json, tbx, bundle); auto selects by file extension |
| --header | bool | false | CSV has header row |
| --local | bool | false | use resource in current directory |
| --monolingual | bool | false | import a single-locale concept list (term[, definition]) with no translation pair |
| --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 terms import vocab.csv -s en --monolingual --header kapi terms import terms.tbx --format tbx kapi terms import seeds/terms.json← Back to the Command Reference