Reltio Connect

 View Only
  • 1.  Copy the data mapping from one environment to another

    Posted 17 days ago

    How do we export the data mapping from one environment say from Dev and import to Test?



    ------------------------------
    Rushyendar Akula
    Datasys Inc
    Concord NC
    ------------------------------


  • 2.  RE: Copy the data mapping from one environment to another

    Reltio Employee
    Posted 17 days ago

    Hello @Rushyendar Akula

    You can retrieve and post data loader mappings for each entityType between environments via the below API's.

    GET https://console.reltio.com/dataloader/services/dataloader/{{tenantID}}/_mappings?entityType=configuration/entityTypes/{{entityType}}

    POST https://console.reltio.com/dataloader/services/dataloader/{{tenantID}}/_mapping?tenantId={{tenantID}}

    Body

    **Paste the entire contents of the GET mapping response into the boy of the POST API. 

    Let me know if you have any other questions, thanks! 



    ------------------------------
    Ashley Branham
    ------------------------------