【发布时间】:2021-01-27 22:41:15
【问题描述】:
继续我之前的帖子: Azure Data Factory Get Metadata to get blob filenames and transfer them to Azure SQL database table
我正在尝试编写一个存储过程以将 json 字符串作为输入并将此字符串作为 Azure 数据工厂中的输出插入到 SQL 表中。这是我的 Azure 数据工厂中的存储过程活动。我已经编写并保存了 Azure SQL 服务器中存储过程的请求。
这是我的存储过程的开始: 我从这篇文章中得到了一些想法:Creating a stored procedure which ingests data after reading a JSON string
这是我从上一个活动“获取管道的元数据”中获得的示例 output.json 文件。我基本上需要获取这个json文件中itemName的值作为存储过程的输入。
你能帮我如何继续这个存储过程吗?非常感谢您。
【问题讨论】:
标签: stored-procedures azure-data-factory