Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Compressed Files

furyan23
5 - Atom

Hello, 

 

I have the attached file which I am trying to open using dynamic input however due to the file being a compressed zip file it fails.  I believe part of the issue maybe due to the file name is longer than needed.  Has anyone encountered such an issue and if so do you have a solution?  

thank you in advance. 

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula
Hi @furyan23 

 

your guess is correct, this full filename  + directory hierarchy is beyond what dynamic input can handle.

 

 One way of dealing with this situation is by unziping the file before trying to import it. I used this macro to do it: https://community.alteryx.com/t5/Community-Gallery/Unzip-zip-and-yxzp-files/ta-p/1161434. Take a look at the attached workflow.

 

Screenshot 2023-07-28 134931.png

 

 

furyan23
5 - Atom

Thank you it worked.

Labels
Top Solution Authors