I want to read data from zip folder in Alteryx server app. When I test it in desktop app with a Text Box tool and follow the syntax as instructed below, it works fine. But when I upload the app onto Alteryx server, it gives me this error: Unable to open archive. How can I resolve this issue?
Use this syntax to configure analytic apps or macros to select multiple files from a .zip file:
- Separate files with a semicolon (;).
- Enclose sheet names in square brackets ([ ]).
- Separate multiple sheets with a colon (:).