Hello,
I'm trying to build some test applications in the gallery that would read multiple text files as inputs. On my desktop I just use the * wildcard to read all the files in a folder. Since the gallery doesn't support multi-file input, I thought I'd try zipping all the text files so I can upload them as one packaged file.
Based on
Chad's post earlier I understood this would be possible, however I keep receiving the "Requested File format not supported" error. Do i need to configure something differently in my module before publishing to the gallery?
This would be a critical feature for making the gallery practical, since many ETL projects require inputting multiple files.
Thanks in advance for your help!