Iβm new to Ataccama ONE MDM and have recently completed the training. Iβm currently doing a POC on it and am stuck at two places.
So hereβs the situation:
First, Iβm able to load the data but Iβm not sure how to update it. Like, lets say I have a person record and after loading it generated Person_ID X23233X. Now, I made changes to some of the data in the same request. For eg, Iβve updated the contact number or the address of the record. Now, when Iβll be loading this same data again I want the ID to remain the same and just update the contact/address data along with Last_Updated _Timestamp.
Secondly, lets say I have a record with 2 different phone types, βHome Phoneβ and βWork Phoneβ, and Iβve loaded it. So, the Person_ID X12322X will have two contact details associated with it. Now, lets say I removed the βHome Phoneβ details from the record and send it for update load. So, after updating the same request, βHome Phoneβ details should be dissociated from the Person_ID X12322X (the contact details can still be present in the Contact table) and the Person_ID should only be associated with βWork Phoneβ i.e only βWork Phoneβ details should survive.
HOW TO DO THIS? Can help or suggestions will be highly appreciated.