Create a survivorship rule
A survivorship rule specifies how to compute golden record values for attributes in entities that have undergone fuzzy or ID matching. It applies to either a single attribute or a set of attributes within a specific entity.
Each entity is created with a master ID survivorship rule and a default survivorship rule, using the Custom Ranking consolidation strategy with no ranking expression. These default rules should be adjusted to meet the requirements of the entity. Additionnally, you may create new survivorship rules to manage specific attributes. |
Define a survivorship rule
To create a survivorship rule:
-
Right-click Survivorship Rules under the entity and select Add Survivorship Rule.
The Create New Survivorship Rule wizard opens. -
In the wizard, select the Auto Fill checkbox and enter the following values:
-
Name: internal name of the object.
-
Label: user-friendly label for the object.
-
Default Rule: set this new rule as the default rule for the entity.
-
-
Click Finish to close the wizard.
The Survivorship Rule editor opens. -
In the Description and Documentation fields of the editor, provide a description and documentation for this rule. Use plain text or Markdown syntax for the documentation. This text will appear in the documentation side navigation.
-
Select the attributes managed by this rule:
-
In the Attributes table, select the Define Survivorship Rule Attributes button.
-
In the Create New Survivorship Rule Attribute dialog, double-click the attributes you want to add.
-
Click Finish.
-
-
Define the consolidation rule:
-
Select a Consolidation Strategy.
-
Set the parameters depending on the selected strategy:
-
Any Value, Largest Value , Longest Value, Most Frequent Value, Shortest Value and Smallest Value: no parameters are required.
-
Custom Ranking:
-
In the Ranking Expression field, click the Edit Expression button.
The SemQL editor opens. -
Create a SemQL expression used to rank the records, and then click OK to close the SemQL Editor.
-
Select the Skip Nulls option if you want to skip null values and pick the highest ranking not null value.
-
-
Preferred Publisher:
-
In the Preferred Publisher field, click the Select Publishers button.
The Manage Survivorship Rule dialog opens. -
Double-click the first publisher in the Available Publishers list to add to the Publishers list.
-
Repeat this operation to add the other publishers in the preference order.
-
Use the Move Up and Move Down buttons to order the publishers.
-
Click Finish to close the dialog.
-
Select the Skip Nulls option if you want to skip null values returned by publishers.
-
-
-
-
Set the Ranking Expression to sort records in the event of an ambiguity for the strategy.
-
In the Ranking Expression field, click the Edit Expression button.
The SemQL editor opens. -
Create a SemQL expression used to handle consolidation disambiguation, and click OK to close the editor.
-
-
In Override Strategy, select an option to define the override rule.
-
Press Control+S (or Command+S on macOS) to save the editor.
-
Close the editor.