Has anyone successfully ingested encrypted data in to AEP using AEP features? | Community
Skip to main content
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 davidslaw2

Replying to my own question!

 

We were able to get the process working. 

  • Every step after the base source connection must be done via APIs. 
  • When we set up source connections (file) to the base source (s3 bucket) we had to specify the exact file, not just a folder. 
  • In the source connection API the data block needs to contain "format" : "delimited" for tabular data
  • We had to create a custom mapping set to represent the data as it would be once it was decrypted
  • We did this with a small test file and next will load a larger sample of real data

2 replies

davidslaw2AuthorAccepted solution
August 4, 2023

Replying to my own question!

 

We were able to get the process working. 

  • Every step after the base source connection must be done via APIs. 
  • When we set up source connections (file) to the base source (s3 bucket) we had to specify the exact file, not just a folder. 
  • In the source connection API the data block needs to contain "format" : "delimited" for tabular data
  • We had to create a custom mapping set to represent the data as it would be once it was decrypted
  • We did this with a small test file and next will load a larger sample of real data
August 21, 2023

Yes  . Just ensure the source connection and target connector are enabled.