Can dataiku output a transformed set of data into an encrypted excel file
Jtbonner86
Registered Posts: 10 ✭
I am looking to output a dataset after it has been transformed. I'd like to convert this into an excel file and then like to zip and encrypt them in say, winzip...
Does anyone know if this is possible?
Operating system used: Windows
Tagged:
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
Yes. Provided you have the right Python and OS level packages installed you can create an Excel file in a Managed Dataiku folder using a Python recipe. And you can encrypt/zip it using a Shell recipe (or a Python recipe using subprocess).