Ingesting null email value in AEP using out of box field(personalEmail.address)
Is it possible to ingest null email value in AEP using out of box field(personalEmail.address).If not , how can we handle this.
Is it possible to ingest null email value in AEP using out of box field(personalEmail.address).If not , how can we handle this.
Hello @shaini_gupta , in past I had faced the same issue while using OOTB field and the reason is email format. As you can refer, "personalEmail.address" requires value in email format. (Refer to description in the below SS for more details)

As a workaround, if you can put some Dummy data (EmailUnavailable@email.com), then you will be able to ingest without any failure. To do so, you can use the below calculated field while ingesting data:
iif(matches_regex(personalEmail.address,"[^null$]" ),personalEmail.address,"EmailUnavailable@email.com") Let me know for further discussion.
Thanks,
Abinash
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.