matchkey export
The matchkey export command exports a match key that was created using Spectrum Flow Designer. The match key can then be imported to another server. You can export the match key as a JSON file. For more information about match keys, see Match Key Generator under the Accessing Stages through Spectrum Flow Designer section of the Spectrum Technology Platform Data Quality Guide.
Usage
matchkey export matchKeyName --o OutputDirectoryRequired | Argument | Description |
---|---|---|
Yes | --m matchKeyName | Specifies the name of the match key you want to export. Note: If
you are unsure of the exact match key name, you can use the
matchkey list command to get a list of
the match key names. |
No | --o OutputDirectory | Specifies the directory to which you want to export the match key. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the match key is exported to the directory containing the Administration Utility. |
Example: Match key export
This example exports a match key named My Match Key in JSON format to a subfolder named export in the location where you are running the Administration Utility.
matchkey export My Match Key --o export