简体   繁体   English

Can we create table in SQL by passing column information from Azure blob using Azure data flow or Azure data factory?

[英]Can we create table in SQL by passing column information from Azure blob using Azure data flow or Azure data factory?

I have CSV files that contain SQL Table column information as Column_Name, Data_Type, Primary_Key.我有 CSV 文件,其中包含 SQL 表列信息作为 Column_Name、Data_Type、Primary_Key。 But not contain any data, Can we use Azure Data flow or Azure Data Factory to create table by using these type of CSV file for particular table in SQL. But not contain any data, Can we use Azure Data flow or Azure Data Factory to create table by using these type of CSV file for particular table in SQL.

According my experience about Data Factory, we can not pass the csv file content which contains SQL Table column information as Column_Name, Data_Type, Primary_Key to create table in SQL.根据我对数据工厂的经验,我们无法通过包含 SQL 表列信息为 Column_Name、Data_Type、Primary_Key 的 csv 文件内容在 Z9778840A0100CB30C982876741B 中创建表。

Data Factory or Data flow all couldn't achieve that.数据工厂或数据流都无法做到这一点。

You also reference the another answer here: https://stackoverflow.com/a/61181031/10549281您还在这里引用了另一个答案: https://stackoverflow.com/a/61181031/10549281

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

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

相关问题 Azure 数据工厂 - 从 Blob 批量导入 Azure SQL - Azure Data Factory - Bulk Import from Blob to Azure SQL Migrating Data from a SQL Server Encrypted Table to SQL Azure using Azure Data Factory Copy data - Migrating Data from a SQL Server Encrypted Table to SQL Azure using Azure Data Factory Copy data 如何使用 Azure 数据工厂从 SQL 服务器读取 XML 列数据 - How to read XML column data from SQL server using Azure data Factory 在 SQL 中使用外部表/Polybase 从外部源(Azure 存储 Blob)中选择数据。 创建表但没有返回数据 - selecting data from an external source (azure storage blob) using external table/Polybase in SQL. Table created but no data returned 如何根据源和目标的不同列名在 Azure 数据工厂中使数据流列映射动态化? - How can I make Data Flow column mapping Dynamic in Azure Data Factory based on different column names of Source and target? Azure 数据工厂复制嵌套的 JSON 到 SQL 表 - Azure Data Factory copy nested JSON to SQL table 带有间隙的 Azure 数据工厂复制标识列 - Azure Data Factory Copy Identity Column With Gaps 使用 Azure 数据工厂进行增量数据传输 - Incremental data transfer using Azure Data Factory 使用Azure Data Factory将数据加载到Azure DW - loading data to Azure DW using Azure Data Factory 使用 Azure 数据工厂迁移自引用表 - Migrating a self referencing table using Azure Data Factory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM