简体   繁体   English

如何使用 ADFv2 从 FTP 位置的压缩文件夹中解压缩文件

[英]How to unzip files from a zipped folder at FTP location using ADFv2

I have a zipped folder at FTP location and want to unzip it at blob location.我在 FTP 位置有一个压缩文件夹,想在 blob 位置解压缩它。 But how to achieve the same?但是如何实现相同的目标呢? I have no idea on it.我不知道。 Please tell me hows to achieve the same.请告诉我如何实现相同的目标。

Please reference this tutorial: Copy data from FTP server by using Azure Data Factory .请参考本教程: 使用 Azure 数据工厂从 FTP 服务器复制数据

This article outlines how to copy data from FTP server.本文概述了如何从 FTP 服务器复制数据。

Specifically, this FTP connector supports:具体来说,这个 FTP 连接器支持:

Azure Data Factory supports compress/decompress zip data during copy. Azure 数据工厂支持在复制期间压缩/解压缩 zip 数据。 Legacy compress model are still supported as-is for backward compatibility.为了向后兼容,仍按原样支持传统压缩模型。

在此处输入图片说明

You can follow this steps:您可以按照以下步骤操作:

在此处输入图片说明

Choose the file Compress type , Data Factory will help unzip it.选择文件Compress type ,数据工厂将帮助解压缩它。 在此处输入图片说明

Reference tutorial:参考教程:

  1. Using the Copy Wizard for the Azure Data Factory 使用 Azure 数据工厂的复制向导
  2. Moving data processing to the cloud – part 1 – Azure Data Factory 将数据处理移至云端 – 第 1 部分 – Azure 数据工厂

Hope this helps.希望这可以帮助。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM