Resolving Duplicate Profiles Caused by Uppercase Email Values in AEP
In one of our Web SDK implementations in AEP, we are collecting form data through an HTTP API, and the prospect email ID is being used as the primary identity. During the initial data flow mapping, we did not apply a lowercase transformation to the email field, so email values entered in uppercase were ingested into CDP as-is.
We are now implementing lowercase mapping for the email value in the data flow. However, this is creating an issue because the historical records already stored in uppercase are resulting in separate profiles in CDP. To avoid duplicate profiles, we would like to apply lowercase mapping to the historical data as well in the AEP Profile UI.
Could you please guide us the best approach on how to do this? other than reingestion