I'm looking for the best way to ingest AES-encrypted .csv
files in Foundry. What would be the quickest way to accomplish this task?
How to decrypt AES-encrypted files with Data Connection?
155 views Asked by Andrew St P At
1
I'm looking for the best way to ingest AES-encrypted .csv
files in Foundry. What would be the quickest way to accomplish this task?
There is no out-of-the-box support for symmetric decryption. However, ingested files can be processed downstream in Transforms using cryptography libraries in Python or Spark.