Survey banner
The Dataiku Community is moving to a new home! Some short term disruption starting next week: LEARN MORE

Can dataiku output a transformed set of data into an encrypted excel file

Jtbonner86
Level 2
Can dataiku output a transformed set of data into an encrypted excel file

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

0 Kudos
1 Reply
Turribeach

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).