Reltio Connect

 View Only
  • 1.  Exclude one Source from Matches

    Reltio Partner
    Posted 11-30-2022 22:59
    Hi ,

    We have a requirement to Exclude One Source "A" in Matching with other Source "A" profile . Could you please let me know is there any way to achieve this ?


    Thanks and Regards,
    M.Chenchu Giri.

    ------------------------------
    Chenchu Giri Manduva
    ------------------------------


  • 2.  RE: Exclude one Source from Matches
    Best Answer

    Founding Member
    Posted 12-01-2022 05:14

    You can try combination of not and in something like below if it helps
    "not": {
    "and": {
    "exact": [
    "configuration/sources"
    ],
    "in": [
    {
    "values": [
    "SourceA"
    ],
    "uri": "configuration/sources"
    }
    ]
    }
    }



    ------------------------------
    Ashish Rawat
    Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 3.  RE: Exclude one Source from Matches

    Reltio Partner
    Posted 12-01-2022 06:15
    Got it. Thank You so much for the help.

    ------------------------------
    Chenchu Giri Manduva
    ------------------------------