Please try this on different string pairs
POST https://test.reltio.com/reltio/tools/matching/compare
{
"fuzzy": true,
"comparatorClass": {
"attribute": "configuration/entityTypes/Contact/attributes/Email",
"parameters": [
{
"parameter": "groups",
"values": [
{
"pattern": "\\.(com|org)$",
"className": "com.reltio.match.comparator.AlwaysTrueComparator"
},
{
"pattern": "^(?!([A-Za-z0-9])\\1+@)(?<local>[A-Za-z0-9]+)(?=@)",
"className": "com.reltio.match.comparator.BasicStringComparator"
}
]
}
],
"class": "com.reltio.match.comparator.CustomComparator"
},
"first": "snehil@gmail.com",
"second": "snehil@gmail.org"
}
------------------------------
Thanks,
Snehil Kamal
Senior Solution Architect
Reltio
Bangalore
------------------------------
Original Message:
Sent: 08-18-2025 06:04
From: S Gupta
Subject: Data Filter In Match Rule
Id values such as '444444' or 'AAAAAA' are not allowed.
------------------------------
S Gupta
Humana
Original Message:
Sent: 08-18-2025 05:57
From: Snehil Kamal
Subject: Data Filter In Match Rule
Hi,
One clarification. What do you mean by "ID should not have string of same characters"? Please share some examples
------------------------------
Thanks,
Snehil Kamal
Senior Solution Architect
Reltio
Bangalore
Original Message:
Sent: 08-18-2025 02:09
From: S Gupta
Subject: Data Filter In Match Rule
Hi All,
We have requirement to implement Match rule with below conditions:
Email should be exact and have suffix of @[value]"."[com or org]
Email should not be null or blank
ID should be Exact and should not have string of same characters.
Could you please suggest how it can be implemented in Match rule.
------------------------------
S Gupta
Humana
------------------------------