bestofbreedrule export
The bestofbreedrule export command exports a best of breed rule that was created using the Best of Breed stage in the Spectrum Enterprise Designer. The best of breed rule can then be imported to another server. You can export the best of breed rule as a .bobfile.
For more information, see the "Matching" section of the Data Quality Guide.
Usage
bestofbreedrule export bobRuleName --o OutputDirectoryRequired | Argument | Description |
---|---|---|
Yes | --b bobRuleName | Specifies the name of the best of breed rule you want to export. Tip: If you are unsure of the exact best of breed rule name, you can use the
bestofbreedrule list command to get a list of the best of breed
rule names. |
No | --o OutputDirectory | Specifies the directory to which you want to export the best of breed rule. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the match rule is exported to the directory containing the Administration Utility. |
Example: Best of breed rule export
This example exports a best of breed rule named "My BOB Rule" in .bob format to a subfolder named export in the location where you are running the Administration Utility.
bestofbreedrule export My BOB Rule --o export