Harry Leboeuf
Harry Leboeuf

Reputation: 745

How to Zip files on Storage with ADF

Would there be a way to Zip/copy files on a blob-storage into another storage/folder but with a zipped result ? You can deflate with ADF, but can you enflate ? We receive +100k files a day, the next day I would like to zip them all into a archive folder. Couldn't find a way ... So any help/.hints appreciated.

Upvotes: 0

Views: 5176

Answers (1)

Yingqin
Yingqin

Reputation: 205

ADF supports zipdeflate format, which can archive multiple files into a single zip file. Refer to this doc: https://learn.microsoft.com/en-us/azure/data-factory/supported-file-formats-and-compression-codecs#compression-support.

Upvotes: 2

Related Questions