Azure / Azure/Azure-DataFactory

Copy activity unzipping nested zip files along with root zip file.

Open
#667 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
529
Forks
623
PR merge metrics
No merged PRs in 30d

Description

This is input zip file which contains some nested zip files as well.

When unzipping this zip file using Binary datasets as source and sink of copy activity, this is the expected behavior.

```
rootzip.zip
level2zip.zip
```

But It is unzipping the inner zip files as well.

![](https://i.imgur.com/q3PjQh2.png)

The source binary dataset compression is `ZipDeflate(.zip)` and sink binary dataset configuration was set to None.

Is this a bug or Feature update in ADF?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.