openparser domain export

The openparser domain export command exports an Open Parser domain. The domain can then be imported to another server. For more information, see the "Parsing" section of the Data Quality Guide.

Usage

openparser domain export DomainName --o OutputDirectory
RequiredArgumentDescription
Yes--d DomainNameSpecifies the name of the domain you want to export.
Tip: If you are unsure of the exact domain name you can use the openparser domain list command to get a list of the domain names.
No--o OutputDirectorySpecifies the directory to which you want to export the domain. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the domain is exported to the directory containing the Administration Utility.

Example

This example exports a domain named "MyDomain" to a folder named exported, which is a subfolder in the location where you have installed the Administration Utility.

openparser domain export MyDomain --o exported