Overwrite existing AEP RTCDP profile attribute with a null - upsert
I have a scenario to overwrite existing AEP RTCDP profile attribute with a null using upsert data ingestion
Example:
profile- FN: test, LN: test 2, City: NY
replace City with null
expected profile- FN- test, LN: test2
I tried with data prep mapping iif((upper(FN)).equalsIgnoreCase("TEST"), nullify, City)), it is doesn't overwrite profile attribute 'City', AEP just omit this mapping because of null.
Thanks,
Anandhi
