Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Export Output as Zip file in Alteryx

Navyasree123
8 - Asteroid

I have an Alteryx Analytic App which outputs 40 excel files which can be downloaded on server one by one. I want to change it so that just a zip file containing those 40 files can be downloaded on server/gallery. I have seen multiple threads about it, but haven't been able to find a solution.


In my file overall 4000 KB data , while running that I'm getting an error i have attached the image for error.


I'd be really grateful if someone is able to help with this.


Thanks

6 REPLIES 6
Navyasree123
8 - Asteroid

I have attached the error image

alexnajm
17 - Castor
17 - Castor

What solutions on the community have you tried so far? I don’t want to suggest something you’ve already tried

apathetichell
19 - Altair

send temp file locations into python tool. use zipfile. send new zipfile archive location out of python. input in blob input tool. output in blob output. 

Navyasree123
8 - Asteroid

@alexnajm  By using powershell script

Navyasree123
8 - Asteroid

@apathetichell  Would you kindly recommend the example workflow?

alexnajm
17 - Castor
17 - Castor

I've had success using Python - this article has a bit about it towards the bottom: Output files to ZIP - Alteryx Community

Labels