Hello - Is it possible assign per-source weights in the survivorship section for an attribute.
Example:
{
"name": "FIRST_NM",
"label": "First Name",
"type": "string",
"survivorshipRules": [
{
"type": "WEIGHTED",
"sources": [
{ "name": "Reltio", "weight": 100 },
{ "name": "IMS", "weight": 90}
],
"fallback": [
{ "type": "RECENCY" }
]
}
]
}
------------------------------
Hari J
------------------------------