You can export terms by running the Term Transfer Tool with the appropriate parameters.
To export terms, run the Term Transfer Tool with the following command:
$ bash ./transfer.sh --export [--usage] --server <hostname> --user <name> --password <password> --config <exportConfigName> [--output <filename>]
Example
transfer.bat --export --server acrolinx.test.com --user admin --password qe8TedAC --config DemoTermsExport --output c/files/export/demoterms.csv
Use the following options and arguments to export terms with the Term Transfer Tool script. For each argument, you can use either the abbreviated (-o
) or the full name (--output
):
Option |
Description |
---|---|
-? (--usage or --help) |
(Optional) Display help for the arguments. |
--export |
Select export mode. |
-s (--server) <serverAddress> |
Set the Acrolinx URL. Example https://acrolinx.example.com |
-u (--user) <userName> |
Set the username that you use to sign in to Acrolinx. |
-p (--password) <password> |
Set the password that you use to sign in to Acrolinx. |
-k <API token> |
(Optional) Send an API token to the Acrolinx Platform for authentication and authorization purposes. You can't use this along with the NoteNote that the user for whom the API token was generated needs to have the "Access API-based terminology applications" privilege. |
-c (--config) <exportConfig> |
Set the name of the saved export configuration that contains the export settings for your export file. |
-o (--output) <filePath> |
Set a relative or absolute path and file name where the file will be saved. Example --output export/myExport.xml |
-n (--noCheckCertificate) |
(Optional) Set the exporter to not check the server certificate when using HTTPS. |
-v |
(Optional) Prints the version information to the command line. NoteIf this option is present, the tool will ignore all other options and only print version information |
You can also get help on these commands by running each script without any arguments.