简体   繁体   English

处理Azure Pipeline中从博客中的csv文件到Azure Sql的错误

[英]Handling errors in Azure Pipeline from csv file in blog to Azure Sql

I am making a pipeline in data factory that takes a csv file in blog and loads it into Azure SQL. 我正在数据工厂中建立一个管道,该管道在博客中获取一个csv文件并将其加载到Azure SQL中。 Some lines in the csv file will have a delimiter missing/extra. csv文件中的某些行将缺少/分隔符。 So for that particular row the number of rows in the csv file and in the Azure SQL table will not correspond. 因此,对于该特定行,csv文件和Azure SQL表中的行数将不对应。 I would like the process to continue working and store the faulty rows in an error table and let the process finishing the work. 我希望流程继续工作并将错误的行存储在错误表中,并让流程完成工作。 Please help. 请帮忙。 Cheers. 干杯。

暂无
暂无

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

相关问题 Azure 数据工厂:在通过管道从 csv 导入 sql server 期间发生错误和意外的数据类型转换 - Azure Data Factory: Wrong and unexpected Datatype conversion during import from csv to sql server via pipeline Azure 数据工厂:通过管道从 csv 导入到 sql 服务器期间出现错误和意外的数据类型转换错误 - Azure Data Factory: Wrong and unexpected Datatype conversion error during import from csv to sql server via pipeline Build a pipeline in azure data factory to load Excel files, format content, transform in csv and send to azure sql DB - Build a pipeline in azure data factory to load Excel files, format content, transform in csv and send to azure sql DB 使用azure数据工厂将数据从sql-server拉到azure blob的azure管道中的问题 - issue in azure pipeline using azure data factory to pull data from sql-server to azure blob 在 Azure Pipeline 中为 HTTP 对象处理不记名令牌 - Handling Bearer Tokens in Azure Pipeline for HTTP Objects 无法从 Azure 数据工厂管道中的本地 SQL 数据库将数据插入 Azure SQL 数据库 - Unable to insert data into Azure SQL Database from On-premises SQL Database in Azure data factory pipeline Azure 数据工厂 - 从 SQL 到 CRM 的管道复制 - 错误 - Azure Data Factory - Pipeline Copy from SQL to CRM - Error Azure SQL 服务器 - 无法验证来自管道的链接服务 - Azure SQL Server - can't authenticate linked service from pipeline Transfer CSV files from azure blob storage to azure SQL database using azure data factory - Transfer CSV files from azure blob storage to azure SQL database using azure data factory 将 csv 文件从 blob 容器复制到 Azure SQL DB 时出现 null 和空字符串错误 - Getting error on null and empty string while copying a csv file from blob container to Azure SQL DB
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM