Decrypt a column and load it to Snowflake table
Hi Team,
I have a requirement where i need to decrypt a column coming from a snowflake table. Column value present in source table is already in encrypted form.
I used below approaches but none actually worked.
1. Create a java file with decrypt functionality. Used script snap to call this java file but the snap throws an error.
2. Created a python script with decrypt functionality. Used script snap to call this java file but the snap throws an error.
Please help me find a solution for this.
Python script used:
Hello mohammedjs12,
Attached below is a sample pipeline implementing Caesar Cipher in a Script Snap using Python.
You will have to structure the input and the output according to your requirements.
Please let me know if this helps you!
Regards,
Aleksandar.