matchkey import

The matchkey import command imports a match key file into the server. Match keys are created using the Match Key Generator stage in Spectrum Flow Designer. 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 import MatchKey --u TrueOrFalse
Required Argument Description
Yes --f MatchKeyFile Specifies the match key file you want to import. Directory paths you specify here are relative to the location where you are running the Administration Utility.
No --u TrueOrFalse Specifies whether to overwrite the existing match key file if a match key file with the same name is already on the server, where TrueOrFalse is one of these:
true
If there is a match key file on the server with the same name as the match key file you are importing, the match key file on the server will be overwritten. This is the default setting.
false
If there is a match key file on the server with the same name as the match key file you are importing, the match key file will not be imported.

Example

This example imports the match key named MyMatchKey.json, which is located in a subfolder named exported in the location where you are running the Administration Utility. Because no --u command is specified, any existing match key file of the same name on the server will be overwritten.

matchkey import exported\MyMatchKey.json