Assure DQ

Welcome to the Assure DQ community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  Assure Match Rule Question

    Posted 04-08-2022 10:16

    Is there a function within Assure that we could leverage during matching that would attempt to match a “left” item field to an inconsistent portion of a “right” item field.

    For example, “left” item Field A = 123 and “right” item Field B = 123456789 OR 456123789 OR 456789123.  Both items contain 123, but the right side may or may not be in the same place day to day.

    We want to take the left item value and scan a larger right item value for the left value, and then match if it is found.

    Thank you.



  • 2.  RE: Assure Match Rule Question

    Employee
    Posted 04-12-2022 08:05

    Hi Felicia,

    One solution will be to create a match-and-merge task within the CP. Once established, look for the "match when" section; The team may utilize "t_contain" functions ( example : "t_contains(lef.string, right.substring" ) to accomplish what you describe.

    Matthew Kennedy