bestofbreedrule import

The bestofbreedrule import command imports a best of breed rule file into the server. Best of breed rules are created using the Best of Breed stage in Spectrum Enterprise Designer. For more information, see the "Matching" section of the Data Quality Guide.

Usage

bestofbreedrule import bobRuleName --u TrueOrFalse
RequiredArgumentDescription
Yes--f bobRuleFileSpecifies the best of breed 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 TrueOrFalseSpecifies whether to overwrite the existing best of breed rule file if a best of breed rule file with the same name is already on the server, where TrueOrFalse is one of these:
true
If there is a best of breed rule file on the server with the same name as the best of breed rule file you are importing, the best of breed rule file on the server will be overwritten. This is the default setting.
false
If there is a best of breed rule file on the server with the same name as the best of breed rule file you are importing, the best of breed rule file will not be imported.

Example

This example imports the best of breed rule named MyBOBRule.bob, 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 best of breed rule file of the same name on the server will be overwritten.

bestofbreedrule import exported\MyBOBRule.bob