My zip folder is of below structure
I have placed this zip file in the ADLS folder.
I have built a copy activity by referring to the documentation and also other Youtube videos
On running this pipeline, I am not getting the folder unzipped properly
I expected all the files mentioned in the second screenshot will be there inside the ‘ENCORE_Datafiles.zip’ folder. But instead there is some binary file.
The catch here is, instead of having the zip folder which inturn have another folder, if I have the files directly inside the zip folder, the pipeline is able to unzip properly. But the zip file is something I am getting from a HTTP URL and I cannot do anything to modify the way I wanted. So, is there a way to unzip the zipped file which has a folder inturn inside it containing the files? Thanks in advance