Reltio Connect

 View Only

match rule - sample json code

  • 1.  match rule - sample json code

    This message was posted by a user wishing to remain anonymous
    Posted 9 days ago
    This message was posted by a user wishing to remain anonymous

    Hi Fellow Reltio members,

    We are planning to build a match rule with the below logic.

    [Exact on FirstName, Exact on  ITIN, Blank on  AccountType, Exact on Suffix, Exact on Surname, Exact on PostalCode ] AND 
                                               {  [Exact on HouseNumber, Exact on StreetName] OR 
                                                  [Exact on HouseNumber, Fuzzy on StreetName] OR
                                                  [Not Match on HouseNumber, Exact on StreetName] }

    Is it possible to create such using rules builder or advanced editor? I tried using advance editor, but not working as expected. If you can review and suggest s omething it would be great. Thank you.