Expand my Community achievements bar.

SOLVED

Is it possible to transfer column or doing decode in RTCDP

Avatar

Level 1

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?

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 6

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.

View solution in original post

4 Replies

Avatar

Correct answer by
Level 6

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.

Avatar

Employee

Hello @RichardLi4 

 

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

 

Thanks,

Bryan

Avatar

Level 1

Hi Bryan,

 

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