matchrule import

The matchrule import command imports a match rule file into the server. Match rules are created using one of the matching stages (Interflow Match, Intraflow Match, Transactional Match) in Enterprise Designer. For more information, see the "Matching" section of the Data Quality Guide.

Usage

matchrule import MatchRule --u TrueOrFalse
Required Argument Description
Yes --f MatchRuleFile Specifies the match rule 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 rule file if a match rule file with the same name is already on the server, where TrueOrFalse is one of the following:
true
If there is a match rule file on the server with the same name as the match rule file you are importing, the match rule file on the server will be overwritten. This is the default setting.
false
If there is a match rule file on the server with the same name as the match rule file you are importing, the match rule file will not be imported.

Example

This example imports the match rule named MyMatchRule.mr, 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 rule file of the same name on the server will be overwritten.

matchrule import exported\MyMatchRule.mr