This message was posted by a user wishing to remain anonymous
Hi Team,
I would like to match the name for the scenario like
A name is "ABC"
B name is "XYZ" and C name is "XYZ 123"
then B & C name i.e " XYZ" & "XYZ 123 " should come for match (Suspect) with Name A ie. "ABC"
So our intention is if any name came with XYZ, it should treat as "ABC" and should move to suspect match
I have added noicewordlist the word as XYZ => ABC and used below match , but it is not worked
I tried using a variety of match tokens and comparator classes but can't seem to get it to work as intended.
Thank you!
{
"attribute": "configuration/entityTypes/Person/attributes/Name",
"parameters": [
{
"parameter": "groups",
"values": [
{
"useNoiseIfEmpty": "true",
"className": "com.reltio.match.token.OrganizationNameMatchToken",
"noiseDictionary": "https://cleanse-files.s3.us-east-1.amazonaws.com/QuestDiagnostics/OrgNameNoise_V7.txt"
}
]
}
],
"class": "com.reltio.match.token.CustomMatchToken"
}
Thanks,
Quest
-------------------------------------------