Reltio Connect

 View Only
  • 1.  Load a crosswalk to an existing entity

    Posted 05-02-2023 16:43

    We want to load a crosswalk (enrichment source) to an already existing entity. We dont want this new crosswalk to go through the regular match and merge process. We want it to directly go in as a crosswalk under the existing entity. We use Data Loader UI so would need some recommendations on that. 



    ------------------------------
    Abhishek
    Clario
    ------------------------------


  • 2.  RE: Load a crosswalk to an existing entity

    Posted 05-03-2023 09:23

    Abhishek -

    When we perform the same activity using the ROCS Data loader we use a non-data-provider identifier to tell Reltio how to link the records.  We don't use the UI data loader but the approach would be the same I assume.

    The json below is adding Source2/Id2 to the entity identified by Source1/Id1.

    Cheers

    Jim Mattheiss

    Sample JSON:

    [
      {
        "crosswalks": [
          {
            "dataProvider": false,
            "type": "configuration/sources/Source1",
            "sourceTable": "Individual",
            "value": "Id1"
          },
          {
            "createDate": "2023-05-03T13:19:02.000Z",
            "value": "Id2",
            "lastUpdateDate": "2023-05-03T13:19:02.000Z",
            "dataProvider": true,
            "type": "configuration/sources/Source2",
            "sourceTable": "Individual"
          }
        ],
        "attributes": {
          "Status": [
            {
              "value": "Active"
            }
          ],
          "AccountStatus": [
            {
              "value": "1"
            }
          ],
          "CreditStatusCode": [
            {
              "value": "00"
            }
          ],
          "CreditStatusDetailCode": [
            {
              "value": "00"
            }
          ],
            "RevenueCode": [
            {
              "value": "00"
            }
          ]
        },
        "type": "configuration/entityTypes/Individual"
      }
    ]



    ------------------------------
    James Mattheiss
    Scholastic Inc
    New York NY
    ------------------------------



  • 3.  RE: Load a crosswalk to an existing entity

    Posted 05-03-2023 10:23

    Hello, Thanks for the reply. Yes we tried the same thing using Data Loader, however, a duplicate dependent crosswalk (of the existing crosswalk) is getting created as well, which we did not want. We just wanted a plain simple crosswalk under the existing entity.



    ------------------------------
    Abhishek Shankar
    Clario
    ------------------------------



  • 4.  RE: Load a crosswalk to an existing entity

    Posted 05-04-2023 10:41

    This can be marked as solved. The way to resolve it is using Reltio as the source for contributor source.



    ------------------------------
    Abhishek Shankar
    Clario
    ------------------------------