Unable to convert multiple columns to upper case while loading data as CSV
Hi Experts,
I need one help in loading the CSV file through "Map CSV to XDM Schema" workflow. I have defined an XDM Schema which is extending "XDM Individual Profile". My file contains basic customer information (first_name, last_name, email_id, birth_date, address information). I want to convert the First Name and Last Name to UPPERCASE, email_id to LOWERCASE. I had added Calculated fields to use "upper" function for each of teh 3 fileds: first_name, last_name, email_id. When I finished the workflow, I could see that only first_name is getting converted to UPPERCASE, but the other 2 fields are being set as NULL in data lake and in Profile UI.
Can you please help me to know what is wrong?
Thanks in advance.