Hi Team,
We have matching records where SSN Identifier have following data quality issues
1. Leading zeros e.g., 537-23-6440 and 0537-23-6440
2. Matching pairs with and without hyphens in between e.g., 537236440 and 537-23-6440
3. White spaces in between e.g., 537-23-6440 and 53 7-23-6 440
I have configured following CustomMatchToken to resolve above issue but no luck
{
"attribute": "configuration/entityTypes/Person/attributes/Identifiers/attributes/ID",
"parameters": [
{
"parameter": "groups",
"values": [
{
"pattern": "^0|[\\s-]",
"className": "com.reltio.match.token.ExactMatchToken"
}
]
}
],
"class": "com.reltio.match.token.CustomMatchToken"
}
Please let me know if there are any suggestion.
------------------------------
Ashish Rawat
Fresh Gravity
Bangalore
------------------------------