table export
The table export command exports a custom table that was created using the Table Management feature in Spectrum Enterprise Designer. The table can then be imported to another server. For more information, see the "Lookup Tables" section of the Data Quality Guide.
Usage
table export TableName --t TableType --o OutputDirectory --f ExportedFileNameRequired | Argument | Description |
---|---|---|
Yes | --n TableName | Specifies the name of the table you want to export. Tip: If you are
unsure of the exact table name you can use the table list command to
get a list of the table names. |
Yes | --t TableType | Specifies the type of table to export: AdvancedTransformer, OpenParser, or TableLookup. |
No | --o OutputDirectory | Specifies the directory to which you want to export the table. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the table is exported to the directory containing the Administration Utility. |
No | --f ExportedFileName | Specifies the name of the file to be exported. If the table name you wish to export contains ' / ' character, you can rename it using this option and further export it. |
Example
This example exports an Open Parser table named "My Table" to the location where you have installed the Administration Utility.
table export --n My Table --t OpenParserExample
This example exports an Open Parser table named "AC/E" by renaming it to "AC_E" using the --f option to the location where you have installed the Administration Utility.
table export --n AC/E --t OpenParser --f AC_E