Hi experts,
like the subject, i would like to kown Is it possible to transfer column or doing decode in RTCDP?
for example: when transfer data to system we need to encode some column with base64, can it decode in CDP envirvoment?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @RichardLi4
While sending data to AEP you can use data prep to transform your data some functions are available to hash the values however it seems like there is no such function available to decode the values from base64 format.
You can either decode the values externally before sending it to AEP or if you have some unique limited values you create a lookup schema and import decoded values after externally decoding them into a separate schema.
Hi @RichardLi4
While sending data to AEP you can use data prep to transform your data some functions are available to hash the values however it seems like there is no such function available to decode the values from base64 format.
You can either decode the values externally before sending it to AEP or if you have some unique limited values you create a lookup schema and import decoded values after externally decoding them into a separate schema.
Hello @RichardLi4
What is the requirement to have the data encoded in base64. Is there sensitive data which needs to be encrypted?
Thanks,
Bryan
Hi Bryan,
Yes, it's policy of company.
When the data contains personal information we need to encode for spefic column, such like base64.
pls check below documentation
https://experienceleague.adobe.com/en/docs/experience-platform/sources/api-tutorials/encrypt-data