Is it possible to transfer column or doing decode in RTCDP | Community
Skip to main content
July 10, 2024
Solved

Is it possible to transfer column or doing decode in RTCDP

  • July 10, 2024
  • 2 replies
  • 878 views

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?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ankit_Chaudhary

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.

2 replies

Ankit_Chaudhary
Community Advisor
Ankit_ChaudharyCommunity AdvisorAccepted solution
Community Advisor
July 10, 2024

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.

brekrut
Adobe Employee
Adobe Employee
July 10, 2024

Hello @richardli4 

 

What is the requirement to have the data encoded in base64. Is there sensitive data which needs to be encrypted?

 

Thanks,

Bryan

July 11, 2024

Hi Bryan,

 

Yes, it's policy of company.
When the data contains personal information we need to encode for spefic column, such like base64.

Indra-2
Community Advisor
Community Advisor
July 10, 2024