I good with other survivorshipStrategy types. My only concern is how to use the "Record values based source priority OV rule" strategy. As you mentioned if i try using the below block inside survivorshipGroups. Reltio application doesnt recognize the keyword survivorshipStrategies. Furthermore in Reltio documentation they say .
The survivorshipStrategies parameter must be placed at the same level as the entityTypes parameter in the configuration.
https://docs.reltio.com/matchmerge/survivorshiprules.html{
"survivorshipStrategies": [
{
"uri": "configuration/survivorshipStrategies/CleanserWinsStrategy",
"label": "Record values based source priority OV rule",
"winnerSourceType": "configuration/sources/ReltioCleanser",
"winnerSourceAttributes": [
"configuration/entityTypes/HCO/attributes/Addresses/attributes/AddressLine1",
"configuration/entityTypes/HCO/attributes/Addresses/attributes/AddressLine2",
]
}
]
}
Can you please share some sample L3 config wherein you have used the winnerSourceType.------------------------------
Mohammed Ibrahim
Infosys
------------------------------
Original Message:
Sent: 07-26-2021 11:31
From: Gino Fortunato
Subject: Example of custom survivorship strategy definition
while I agree with what Dan has said above, I think your error is driven by the fact that you are in the entityTypes array. You don't add survivorshipStrategies in that array. Instead, that array is further down in the configuration.
survivorshipGroups array within an individual entityType object is what you want to modify within the entityTypes array to change the survivorship for a particular entityType
------------------------------
Gino Fortunato
Senior Solution Engineer
Reltio
------------------------------
Original Message:
Sent: 07-26-2021 09:32
From: Daniel Gage
Subject: Example of custom survivorship strategy definition
In your example, you appear to be editing at the survivorshipStrategies. Do you intend to change the strategy for all attributes using it, or just for a few specific attributes? If just specific attributes, you should be changing the survivorship in the survivorshipGroups section.
I think you just need to add a fallback strategy like below to the intended attribute:
"fallbackStrategies":[
{
"attribute":"configuration/entityTypes/Individual/attributes/Addresses/attributes/AddressLine1",
"survivorshipStrategy":"LUD"
}
],
"fallbackUsingCriteria":"ZERO_OR_MORE_THAN_ONE"
More details and examples are available here: https://docs.reltio.com/datacleanse/configfallbackstrategy.html?hl=fallback
------------------------------
Dan Gage
Principal Solution Consultant