简体   繁体   English

使用Azure Data Factory将DBF转换为CSV

[英]Convert DBF to CSV using Azure Data Factory

I'm trying to daily load a bunch of tables on Azure SQL DW using Azure Data Factory but I need some help converting DBF tables (to CSV would be nice) prior to loading them up. 我试图每天使用Azure Data Factory在Azure SQL DW上加载一堆表,但是在加载它们之前,我需要一些将DBF表转换为CSV的帮助。 Can anyone indicate a good way to do this? 任何人都可以指出执行此操作的好方法吗?

You can leverage the custom activity in ADF to covert the DBF files to CSV first. 您可以利用ADF中的自定义活动将DBF文件首先转换为CSV。 Here's the pointer on how to leverage the custom activity: https://azure.microsoft.com/en-us/documentation/articles/data-factory-use-custom-activities/ . 这是有关如何利用自定义活动的指针: https : //azure.microsoft.com/zh-cn/documentation/articles/data-factory-use-custom-activities/ After the CSV files are created use the copy activity in ADF to copy them to Azure SQL DW. 创建CSV文件后,使用ADF中的复制活动将它们复制到Azure SQL DW。

Thanks, Harish 谢谢,哈里斯

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

相关问题 将 Azure 数据工厂中的 JSON 转换为 CSV - Convert JSON to CSV in Azure Data Factory 字段名称在使用Azure Data Factory将AWS S3 .csv转换为CosmosDb的映射中不能包含冒号 - Field name can not contain colon in mapping using Azure Data Factory to convert AWS S3 .csv to CosmosDb 如何在 Azure 数据工厂中将 txt 转换为 csv 文件 - How to convert txt to csv files in Azure Data Factory 如何在 azure 数据工厂中将 excel 文件转换为 csv - How to convert excel file to csv in azure data factory Azure 数据工厂 - 使用带有文件路径的 CSV 复制文件 - Azure Data Factory - Copy files using a CSV with filepaths 使用 azure 数据工厂根据 null 值过滤 csv 文件 - Filter csv file according to null values using azure data factory 使用 azure 数据工厂将多个 xml 文件合并到 csv 文件 - Merging multiple xml files to a csv file using azure Data Factory 使用 Azure 数据工厂将 Sharepoint 在线 csv 复制到数据湖 - Copy Sharepoint online csv to datalake using Azure Data Factory 可以使用 Azure Synapse 和 Azure 数据工厂将 CSV 转换和转换为 Z3501BB1053D36CFED810B6? - Can use Azure Synapse and Azure Data Factory to transform and convert CSV to XML? 使用设置变量将 azure 数据工厂中的字符串转换为日期格式 - Convert string to date format in azure data factory using set variable
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM