コミュニティアチーブメントバーを展開する。

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.
解決済み

Date mapping Issue

Avatar

Level 4

@everyone 

I am trying to do mapping from AWS S3 to AEP. 

{
            "sourceType""ATTRIBUTE",
            "destination""xxxxx.loadDate",
            "source""load_dt"
 }
Here in source S3, the datatype is date(eg: 2024-06-13) and in the AEP schema, the data type is also date.
But while ingesting the data, the data is not available in dataset. 
Please help me to fix the issue.
 
Thanks in Advance.
 
Sheejo
 

 

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi @sheejo 

while ingesting data to AEP _id field is required for both experience event and individual profile classes it is a unique identifier for a record which you're trying to ingest into AEP, while ingesting data sometimes you won't get an error in the data prep UI if you left/forgot to map _id field with a unique identifier make sure you create a unique record identifier to individually identify ingested records to map it to _id field in your schema.

 

Note: for schema based on experience event class timestamp of the event is also required.

check this for more details.

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor

Hi @sheejo 

while ingesting data to AEP _id field is required for both experience event and individual profile classes it is a unique identifier for a record which you're trying to ingest into AEP, while ingesting data sometimes you won't get an error in the data prep UI if you left/forgot to map _id field with a unique identifier make sure you create a unique record identifier to individually identify ingested records to map it to _id field in your schema.

 

Note: for schema based on experience event class timestamp of the event is also required.

check this for more details.