A data engineer is ingesting website data via CSV that represents a future hotel reservation.
Each field is mapped to the corresponding target field below:
"fullName": "string", 'crmld": "string", "email": "string", "swyDate": "dateTime", "_id": "string" Upon mapping the data, the mapping step fails with an error.
What is the possible cause of this error?
- _id field is passed in manually instead of autogenerated.
- CRM ID is an integer when the target field is a string.
- The source datelime format is incompatible with XDM.
- The default timestamp field is required upon ingestion.
Reveal Solution Next Question