I have a question. I have some .zip files on my FTP location, and i want to decompress and copy them to ADLS. In documentation there is clear explanation for this:
"Read .zip file from FTP server, decompress it to get the files inside, and land those files into Azure Data Lake Store. You define an input FTP dataset with the compression type JSON property as ZipDeflate."
I tried with this and on my ADLS i get compress file. I tried to put file properties, to define delimiter and stuff, and still getting compressed file on data lake store. I think its how i define output dataset. Is there some rules how to define output dataset if input dataset are .zip files from FTP.