Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Why does CSV upload via "Map CSV to XDM schema" create new records instead of updating existing ones?

Avatar

Level 2

Hi everyone,

 

When uploading a CSV file using the Map CSV to XDM schema option in Workflows, I included additional data of a empty columns to complement an existing record in the dataset. However, instead of updating the specified fields, a new record was created. Why does this happen, and is there a specific configuration I might be missing to ensure records are updated rather than duplicated?

 

Regards,

Diego P.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

AEP is an additive platform, and whenever you ingest data, a new record is created. If you want to update existing records, you need to enable the dataset for profile updates, and use Upsert https://experienceleague.adobe.com/en/docs/platform-learn/tutorials/profiles/update-a-specific-attri...

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

AEP is an additive platform, and whenever you ingest data, a new record is created. If you want to update existing records, you need to enable the dataset for profile updates, and use Upsert https://experienceleague.adobe.com/en/docs/platform-learn/tutorials/profiles/update-a-specific-attri...