Date mapping Issue | Community
Skip to main content
sheejo
Level 3
July 2, 2024
Solved

Date mapping Issue

  • July 2, 2024
  • 1 reply
  • 421 views

@16227148 

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
 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ankit_Chaudhary

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 reply

Ankit_Chaudhary
Community Advisor
Ankit_ChaudharyCommunity AdvisorAccepted solution
Community Advisor
July 2, 2024

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.