Hi
@Peter C,
You can employ match rules , in this case may be an automatic match Rule to match & merge the data coming in from sources when the primary key is same . may be something similar to the below .
{
"uri": "configuration/entityTypes/HCP/matchGroups/Rule1",
"label": "Rule1-Exact(PrimaryKey)",
"type": "automatic",
"scope": "ALL",
"useOvOnly": "true",
"rule": {
"matchTokenClasses": {
"mapping": [
{
"attribute": "configuration/entityTypes/HCP/attributes/PrimaryKeyFieldName",
"class": "com.reltio.match.token.ExactMatchToken"
}
]
},
"comparatorClasses": {
"mapping": [
{
"attribute": "configuration/entityTypes/HCP/attributes/PrimaryKeyFieldName",
"class": "com.reltio.match.comparator.BasicStringComparator"
}
]
},
"and": {
"exact": [
"configuration/entityTypes/HCP/attributes/Identifiers/attributes/PrimaryKeyFieldName"
]
}
},
"scoreStandalone": 0,
"scoreIncremental": 0
}