How to decompress a zip file in Azure Data Factory v2

后端 未结 2 2002
臣服心动
臣服心动 2021-01-27 10:25

I\'m trying to decompress a zip file (with multiple files inside) using Azure Data Factory v2. The zip file is located in Azure File Storage. The ADF Copy task just copies the o

2条回答
  •  长情又很酷
    2021-01-27 10:56

    If you don't want to lose the names of the files within your zip, use the Copy activity but set the Copy Behavior to "Preserve hierarchy". This will create a folder with the name of your zip file, and the files will be inside with their original names.

    Zip Copy Behavior

提交回复
热议问题