Guidance on Exporting identityMap: Email with SHA256 to AWS S3 | Adobe Higher Education
Skip to main content
Level 2
April 9, 2024
Répondu

Guidance on Exporting identityMap: Email with SHA256 to AWS S3

Hello Adobe RTCDP Community,

 

I'm currently working on a project where I need to export the `identityMap: Email` data from Adobe RTCDP, applying a SHA256 hashing function, and then store the resulting dataset on AWS S3. I did try using the calculate function but without lucks.

Could anyone provide insights on how to implement this process within the Adobe RTCDP platform?

 

Regards,

Rap

Ce sujet a été fermé aux réponses.
Meilleure réponse par derekselby

I agree with Bryan. Right now the calculated fields for destination does not support complex arrays, only simple arrays like an array of ints, strings, etc... Documentation for that can be found here: https://experienceleague.adobe.com/en/docs/experience-platform/destinations/ui/activate/export-arrays-calculated-fields#how-to-export-calculated-fields

 

Your best option right now is to SHA256 hash the data in the dataflow as it comes in or if that is not an option, use Data Distiller to extract the email values, hash, then store back in a dataset.

1 commentaire

brekrut
Adobe Employee
Adobe Employee
April 9, 2024

Is there an option to hash the data before it is ingested into the CDP or use dataPrep functions to hash the email address?

 

This may be a better option to hash the data instead of hashing the data on the way out.

derekselby
derekselbyRéponse
Level 2
April 9, 2024

I agree with Bryan. Right now the calculated fields for destination does not support complex arrays, only simple arrays like an array of ints, strings, etc... Documentation for that can be found here: https://experienceleague.adobe.com/en/docs/experience-platform/destinations/ui/activate/export-arrays-calculated-fields#how-to-export-calculated-fields

 

Your best option right now is to SHA256 hash the data in the dataflow as it comes in or if that is not an option, use Data Distiller to extract the email values, hash, then store back in a dataset.