简体   繁体   English

在 ADF 中将 SQL 表数据转换为 Excel 文件

[英]Convert SQL table data to Excel file in ADF

I am creating a workflow in Azure data factory and I wanted to create a excel file with data from the SQL table (Azure SQL server) in any one below scenario:我正在 Azure 数据工厂中创建一个工作流,我想在以下任何一种情况下使用来自 SQL 表(Azure SQL 服务器)的数据创建一个 excel 文件:

  1. Create excel and upload into blob storage.创建 excel 并上传到 blob 存储。
  2. Create excel and upload into sharepoint.创建 excel 并上传到 sharepoint。 But I am unable to find the excel connection in copy activity sink for copying the data into blob.但是我无法在复制活动接收器中找到用于将数据复制到 blob 中的 excel 连接。 Is there anyway to do that?有没有办法做到这一点? Please advice.请指教。

There is no out of the box feature in ADF to support Excel as a sink. ADF 中没有开箱即用的功能来支持将 Excel 作为接收器。 You would have to use logic app or write your own custom logic via Azure function, Databricks, Azure batch etc to do the above tasks您必须使用逻辑应用程序或通过 Azure 函数、Databricks、Azure 批处理等编写您自己的自定义逻辑来完成上述任务

暂无
暂无

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

相关问题 如何从 Blob 中的 CSV 文件中创建 SQL 数据库中的表,其中包含通过数据流或 ADF 管道的所有列名及其数据类型? - How to create a table in SQL Database from a CSV file in Blob which contain all the column name with its data type through Data Flow or ADF pipeline? 使用 ADF 从 Blob 存储到 SQL 服务器获取 CSV 数据 - Get CSV Data from Blob Storage to SQL server Using ADF Azure 数据工厂:现在正在将服务中的大表加载到 Blob 存储中,为什么 ADF 不将表中的所有记录提取到 json/orc 文件中? - Azure Data Factory: Loading large table from Service now into Blob storage, why won't ADF pull all the records from the table into a json/orc file? 运行 Azure 数据工厂 (ADF) 管道时 Blob 和表中缺少列名 - Column names missing in Blob as well as Table while running Azure Data Factory (ADF) Pipeline ADF 映射数据流失败并出现 BatchUpdateException - ADF Mapping Data Flows failing with BatchUpdateException "如何在 Python 中将 Azure Blob 文件 CSV 转换为 Excel" - How to convert Azure Blob file CSV to Excel in Python 将数据转换为 csv 文件并将其存储在 azure blob 存储中 angular 7 - Convert data to a csv file and store it in azure blob storage in angular 7 将Azure Blob存储中的Excel导入到Sql Server时出现数据截断问题 - Data Truncation issue while importing excel from Azure Blob storage to Sql Server 将表数据从Azure SQL数据库复制到另一个Azure SQL数据库? - Copy table data from Azure SQL Database to another Azure SQL Database? 是否可以将文件从 blob 存储/文件共享复制到 ADF 中的 FTP? - Is it possible to copy files from blob storage / file share into an FTP within an ADF?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM