on ‎2020 Sep 22 6:16 AM
Hello Experts,
i want to enrich contacts with the additional field and its data for the existing contacts. In the data file load, i just pass the origin id. external contact id, additional field data and the marketing area. Once i upload it, the additional data is saved for the contact but the old contact data( existing data) wipes off. Can someone confirm if this is the current behaviour of the new app - Data File Load. What should i do if i want to update the additional field data only?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Mayank,
the bahavior is correct, as the both colleagues already mentioned before.
So you could either do a PATCH using API_MKT_CONTACT or if you absolutely need to do it via Data Fiile Upload app you have to provide all the fields you would like to have for the contact.
At least if you use the same Origin and ID. Otherwise you need to use another ID-Origin and provide a unique value on which the contacts would get matched and merged (e.g. email address). Then you would have another contact facet of course.
BR Tobias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mayank,
That's the SAP standard behavior as per my info.
In summary, whatever we update via data file, those will get updated in hybris marketing. If you don't want your existing data to be changed, then you will have to pass the actual info in your data file (for those existing fields). In that way, you are not changing the existing data and whatever you will provide as per your file will get updated as a new data in hybris.
Hope this gives required info you are looking for.
Regards,
Suraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mayank,
As mentioned by Suraj , data of an upload file is always imported entirely , no delta upload possible with file upload , I would suggest you to use the contact API ( API_MKT_CONTACT ) for this purpose .
Hope this helps.
Best Regards,
Saravana
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.