I have a Matillion pipeline which downloads a file from a SFTP server and stores the file in Azure blob container called encryptedfiles.
The file is encrypted via OpenSSL and I am unsure what steps to take to decrypt the file and store it in a different container, called decryptedfiles.
One idea that comes to mind is to use either a bash or a Python script to do this, but i am unsure how to get started.
What is the best approach?