Unification stage. For a detailed description of Unification see the Unification step.
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
Candidate Id Column |
String |
Yes |
String column for storing the candidate id. |
|
Client Id Column |
String |
Yes |
String column for storing the client id. |
|
Unification Role Column |
String |
Yes |
String column for storing the unification role (M, I, S, R, N). |
|
Rule Name Column |
String |
No |
String column for storing the name of the matching rule used in client group collection. |
|
Merge Survivor Role Column |
String |
No |
String column for storing the merge survivor role (NN, ST, SN, NT). This role is used and the property is required only in incremental mode when useCenterAsSurvivor is false. |
|
Old Candidate Id Column |
String |
No |
String column for the candidate id before current unification. Used only in incremental mode. |
|
Old Client Id Column |
String |
No |
String column for the client id before current unification. Used only in incremental mode. |
|
Old Unification Role Column |
String |
No |
String column for the unification role before current unification. Used only in incremental mode. |
|
Changed Flag Column |
String |
No |
Boolean column indicating that some unification attributes (candidate or client group id or unification role) have changed. |
|
Default Max Iterations |
Integer |
Yes |
Default value for the maxIteration parameter of grouping methods. Default value: 1. |
|
Default Locale |
String |
No |
Default locale definition for the compared string values. |
|
Default Merge Survivor Selection Rule |
List of Order By |
No |
Default mergeSurvivorSelectionRule criterion for all grouping methods. |
|
Groups |
List of Grouping Method |
No |
List of grouping method definitions. Each unified record belongs to the first method where the when condition evaluates to true. |
|
Default Matching Rules |
List of Matching Rule |
No |
Default matchingRules criterion for all grouping methods. |
|
Use Center As Survivor |
Boolean |
Yes |
Specifies if center records (with roles M and I) are used as "Merge survivors" of candidate or client groups, respectively. Default value: false. (Special MSR records and a msr-role is used). |
|
Default Center Selection Rule |
List of Order By |
No |
Default centerSelectionRule criterion for all grouping methods. |
| iWay Software |