Reltio Connect

 View Only
  • 1.  How to replace string/name using String Replacement matchtoken

    This message was posted by a user wishing to remain anonymous
    Posted 10-07-2025 11:59
    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



    -------------------------------------------


  • 2.  RE: How to replace string/name using String Replacement matchtoken

    Founding Member
    Posted 10-08-2025 03:19

    Try if following works, in the noise dictionary
    \bXYZ\b=>ABC



    ------------------------------
    Ashish Rawat
    Associate Director
    Radisson Hotel Groups
    Bangalore
    ------------------------------



  • 3.  RE: How to replace string/name using String Replacement matchtoken

    Reltio Employee
    Posted 10-08-2025 13:31

    I think you might be after something like this....

    https://docs.reltio.com/en/reltio/what-does-reltio-do/what-reltio-does-at-a-glance/data-unification-and-mdm-at-a-glance/data-unification-and-mdm-in-detail/reltio-match-and-merge/match-group-elements---description-and-configuration/rule-element/match-cleansers/string-replacement-cleanser



    ------------------------------
    Gino Fortunato
    Principal Solution Engineer
    Reltio
    ------------------------------