As we provide value/ datapill to attribute or crosswalks and in turn they are converted to JSON to post into Reltio Tenant during this process attribute values are wrapped in "
Original Message:
Sent: 06-28-2023 09:51
From: Guy Vorster
Subject: Data is getting loaded even when we pass Null value to Crosswalk ID value
if you use "null" as the input then yes that would work and per the example above I would have a record with a crosswalk value of "null". But null and "null" are not the same in RIH.
------------------------------
Guy Vorster
Original Message:
Sent: 06-28-2023 09:45
From: Sheshadri V
Subject: Data is getting loaded even when we pass Null value to Crosswalk ID value
Hi Guy,
In RIH passing null to crosswalk value would become "null" internally and it would be posted.
Can you try with "null" it will be posted via API and RIH too
------------------------------
Sheshadri V
Fresh Gravity
Original Message:
Sent: 06-28-2023 09:34
From: Guy Vorster
Subject: Data is getting loaded even when we pass Null value to Crosswalk ID value
Hi Karthik
just to confirm, you are saying that via RIH it allowed you to load a record with null as the crosswalk value?
I just tried creating a record with null as the crosswalk value and got this error in the output below. Perhaps we are doing something slightly different in our recipes:
{
"index": 0,
"errors": {
"severity": "Error",
"errorMessage": "Crosswalk 'value' property missed.",
"errorCode": 126,
"errorDetailMessage": "Crosswalk 'value' property missed {\"type\":\"Salesforce\",\"value\":null}."
},
"successful": false
}
this was my input:
{
"object": "entity",
"type": "configuration/entityTypes/Organization",
"record": {
"crosswalks": [
{
"type": "Salesforce",
"value": null
}
],
"attributes": {
"Name": "A NAME WITHOUT ADDRESS",
"Address": [
{
"AddressLine1": null,
"Zip": [
{
"Zip5": null
}
],
"StateProvince": null,
"City": null,
"refEntity": {
"crosswalks": [
{
"type": null,
"value": null
}
]
},
"refRelation": {
"crosswalks": [
{
"type": null,
"value": null
}
]
}
}
]
}
}
}
------------------------------
Guy Vorster
Original Message:
Sent: 06-27-2023 02:22
From: Karthik karthik
Subject: Data is getting loaded even when we pass Null value to Crosswalk ID value
Hi Team,
We encountered a strange behavior , we tried to load data from file to Reltio using RIH and we passed Null Value as a crosswalk Id Value for one source and we excepted the record will be rejected.
For our surprise the record got loaded with null Value as Crosswalk Id Value and we can see the profile in Reltio UI.
We tried replicating the same using console Data loader and data is rejecting
------------------------------
Karthik karthik
PWC
------------------------------