Why can't I match two names that contains special or international characters?

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}}"
]
}
]

 

 

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.