Question
We have created a new Match Rule named PA4. Below records are not shown as suspect matches. Although all the criteria for the matching rule are fulfilled.
1. 1XsV6M1Q,1nWJYpmy
2. 1VaHA9z5,1VaHBk11
PFA the Match Rule created. Also, we have verified through verify match api and they are returned as "matched:false"
Are Korean and Japanese characters not supported for match rules, we have sent the exact MatchFirstName and MatchLastName having the above language characters.
Matching Pair 1:
FirstName: 유리 MatchLastName: 김
FirstName: 유리 MatchLastName: 김
Matching Pair 2:
FirstName: 正梧 LastName: 戸祭
FirstName: 正梧 LastName: 戸祭
Answer
Please add the following into the rule's configuration
"cleanse": [
{
"cleanseAdapter": "com.reltio.cleanse.impl.TransliterateCleanser",
"cleanseAdapterParams": {
"transliteratorCommand": "Any-Latin"
},
"attributes": [
"configuration/entityTypes/{{entityType}}/attributes/{{attributeName}}"
]
}
]
Comments
Please sign in to leave a comment.