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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Data Ingestion help

Avatar

Level 2

I have a few questions regarding the data ingestion , when we upload the data to the AEP in the form of csv file and lets say it has duplicate records , so how does AEP detects , if not then how that can be done.

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

The process will ingest all the records to data lake without any de-duplication.

Against the profile store, this depends on the type of schema you are using for ingesting data.

The Profile Record data any duplicate will replace the old record.(In the mentioned case, I am not sure which record will be picked by Profile store but there will just a single record)

For Experience Event, based on same_id profile store will reject the latest record from Profile Store.

 

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Hi,

The process will ingest all the records to data lake without any de-duplication.

Against the profile store, this depends on the type of schema you are using for ingesting data.

The Profile Record data any duplicate will replace the old record.(In the mentioned case, I am not sure which record will be picked by Profile store but there will just a single record)

For Experience Event, based on same_id profile store will reject the latest record from Profile Store.

 

Thanks!