Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unzip in Azure Data Factory

I have a zip file with the size of 32GB. I am required to import this to a data lake storage service account. I am trying to unzip and move the file through Azure data factory.

Zip file is uploaded to the Azure Blob Storage. However I cannot see the ZIP extension as the Source data format.

Is it possible to do the unzip operation through the data factoryAZ Data Factory?

like image 706
Harsha W Avatar asked Oct 28 '25 06:10

Harsha W


1 Answers

There is no Zip data set type, but you can Zip and Unzip using Binary data sets:

enter image description here

In the Copy activity, you can elect whether to retain the Zip file name as a folder:

enter image description here

like image 93
Joel Cochran Avatar answered Oct 30 '25 01:10

Joel Cochran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!