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.