简体   繁体   English

使用Azure Data Factory从Excel或CSV文件复制数据并在输入文件上执行转换

[英]Copy data with Azure Data Factory from Excel or CSV File and perform transformation on the input file

I need do copy data from Excel file with Azure Data factory (v2) and perform transformations (like splitting or adding columns) on the input Excel file before importing into my database. 我需要使用Azure数据工厂(v2)从Excel文件中复制数据,并在导入到数据库之前对输入的Excel文件执行转换(如拆分或添加列)。 Is this possible? 这可能吗?

If not, is it possible to import the data in .csv format e perform the same transformations I need with Azure Data Factory on the .csv? 如果不是,是否可以导入.csv格式的数据,以执行与.csv上的Azure数据工厂所需的相同转换?

Use the Mapping Data Flows feature in ADF to do this. 使用ADF中的“映射数据流”功能来执行此操作。 Use Conditional Split for splitting logic, partitioned file output for file splitting, and Derived Column to add columns. 使用条件拆分进行拆分逻辑,使用分区文件输出进行文件拆分,并使用“派生列”添加列。

https://docs.microsoft.com/en-us/azure/data-factory/data-flow-create https://docs.microsoft.com/zh-cn/azure/data-factory/data-flow-create

https://aka.ms/dflinks https://aka.ms/dflinks

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

相关问题 在Azure数据工厂副本上的zip文件中指定CSV文件名 - Specify the filename of the CSV inside the zip file on Azure Data Factory Copy 如何在 azure 数据工厂中将 excel 文件转换为 csv - How to convert excel file to csv in azure data factory 在复制活动中为 Azure 数据工厂中的输入文件传递参数 - Pass parameters in Copy activity for input file in Azure data factory 使用Azure Data Factory复制和解压缩.tar文件 - copy and decompress .tar file with Azure Data Factory Azure 数据工厂从 csv 文件的列名中删除空格 - Azure Data Factory removing spaces from column names of csv file 从 Azure 数据工厂中的 FTP 服务器中删除 CSV 文件 - Delete CSV File from FTP server in Azure Data Factory Azure 数据工厂创建一个空的 csv 文件 - Azure Data Factory to create an empty csv file 如何使用Azure数据工厂将数据复制到Azure文件服务 - How to copy data to Azure file service using Azure data factory 使用Azure数据工厂(ADF)仅从Azure Data Lake存储中复制最新文件 - Copy only the latest file from azure data lake store with Azure Data Factory (ADF) Azure 数据工厂:如何在复制或导入期间重命名 Blob csv 或 Blob 存储中的文本文件? - Azure Data Factory: How to rename blob csv or text file in blob storage during copy or import?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM