简体   繁体   English

如何从 Azure 数据工厂中的 blob 存储中解压缩.gz 文件?

[英]How to unzip .gz file from blob storage in Azure Data Factory?

I have folder (say folder A) in blob storage that has more than one zipped file (.gz format).我在 blob 存储中有一个文件夹(比如文件夹 A),其中包含多个压缩文件(.gz 格式)。 I want to unzip all the file and save back to folder (say folder B in blob storage).我想解压缩所有文件并保存回文件夹(比如 blob 存储中的文件夹 B)。

This is the approach I was trying.这是我正在尝试的方法。 GetMetadata-->ForEach Loop. GetMetadata-->ForEach 循环。 Inside foreach loop, I tried copy activity.在 foreach 循环中,我尝试了复制活动。 However, the unzipped file is corrupted.但是,解压缩的文件已损坏。 在此处输入图像描述

Glad to hear the issue is resolved now:很高兴听到问题现在解决了:

  • "Actually the issue was file extension. I added file extension and it works for me now. " “实际上问题是文件扩展名。我添加了文件扩展名,它现在对我有用。”

I help you post it and others can know that.我帮你发布它,其他人可以知道。 This can be beneficial to other community members.这对其他社区成员可能是有益的。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 power bi 或 Azure 数据工厂解压缩.tar.gz 文件 blob 存储 - How to unzip .tar.gz file blob storage either using power bi or Azure Data Factory 如何从 Azure 数据工厂重命名 Blob 存储文件? - How to rename a blob storage file from Azure Data Factory? 如何在没有 Azure 数据工厂的情况下将 csv 文件从 blob 存储加载到 azure sql 数据库 - How to load csv file from blob storage to azure sql database without Azure Data Factory 我可以在Azure Blob存储中解压缩文件吗? - Can I Unzip a file in Azure Blob storage? Azure 数据工厂:如何在复制或导入期间重命名 Blob csv 或 Blob 存储中的文本文件? - Azure Data Factory: How to rename blob csv or text file in blob storage during copy or import? 从Azure数据工厂访问Azure Blob存储帐户 - Access Azure Blob storage account from azure data factory Azure数据工厂-从Azure Blob存储读取文件夹中的所有文件时记录文件名 - Azure Data Factory - Recording file name when reading all files in folder from Azure Blob Storage 如何使用数据工厂将数据从 Azure Blob 存储增量加载到 Azure SQL 数据库? - How to incrementally load data from Azure Blob storage to Azure SQL Database using Data Factory? Azure 数据工厂仅从 Blob 存储复制数据新添加的文件 - Azure Data Factory Copy Data From Blob Storage Only New Added file(s) Azure 数据工厂到 Azure Blob 存储权限 - Azure Data Factory to Azure Blob Storage Permissions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM