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 Spectrum Enterprise Designer. For more information, see the "Matching" section of the Data Quality Guide.
Usage
matchrule import MatchRule --u TrueOrFalseRequired | 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 these:
|
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