Reltio Connect

 View Only
  • 1.  Data Enrichment

    Founding Member
    Posted 06-28-2023 09:43

    Hi All,

    I have a use case where there is a nested attribute with a code and a value. The user using Reltio UI will be filling the code and Value should be populated after the profile is saved. The value for that code is available externally via REST API. 

    What are the options possible? I understand LCA is not the right approach as it involves External API to be invoked. 

    Is it possible using Custom Cleanser ?



    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------


  • 2.  RE: Data Enrichment

    Posted 06-29-2023 12:04

    Hi,

    I believe you can achieve this by using RDM and a cleanser. In the RDM lookup, map the code as the source and the value as Canonical value, and in the cleanser (existing or custom depending on your requirement), have the code mapped to both code and value attributes which will then invoke the RDM for translation and you will get the value from the code.

    I hope this helps. Try it out and please post your comments here.

    Thanks,

    Harsha Karumuri



    ------------------------------
    Harsha Karumuri
    Dodge Data and Analytics
    Hamilton TownshiP NJ
    ------------------------------



  • 3.  RE: Data Enrichment

    Reltio Employee
    Posted 06-29-2023 13:58

    I think your best bet is to look at the queue for an event (create/update) where this value is blank and the code is populated.  You can then make the call to the external service using your integration technology.  Once the call is make and the value returned, update Reltio with the value.  You will probably need to set up some additional configuration to correctly update the particular nested attribute vs. creating a new one.  See https://docs.reltio.com/en/explore/get-going-with-apis-and-rocs-utilities/reltio-rest-apis/model-apis/entities-api/overriding-a-nested-attribute



    ------------------------------
    Gino Fortunato
    Senior Solution Engineer
    Reltio
    ------------------------------



  • 4.  RE: Data Enrichment

    Founding Member
    Posted 06-29-2023 23:31

    Having a Mule/RIH pipeline which can consume SQS events and populate the values accordingly would be simple and earlier way to do this. However SQS events as async in nature if the requirement is to populate immediate without a delay then cleanser/LCA is the approach. 



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------