Skip to content

Commit 69d03bc

Browse files
authored
Merge pull request #100269 from dearandyxu/patch-2
Update copy-activity-fault-tolerance.md
2 parents 13c6b92 + 2ace0bb commit 69d03bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/copy-activity-fault-tolerance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Copy Activity supports three scenarios for detecting, skipping, and logging inco
3535

3636
- **Mismatch in the number of columns between the source and the sink**.
3737

38-
For example: Copy data from a CSV file in Blob storage to a SQL database with a schema definition that contains six columns. The CSV file rows that contain six columns are copied successfully to the sink store. The CSV file rows that contain more or fewer than six columns are detected as incompatible and are skipped.
38+
For example: Copy data from a CSV file in Blob storage to a SQL database with a schema definition that contains six columns. The CSV file rows that contain six columns are copied successfully to the sink store. The CSV file rows that contain more than six columns are detected as incompatible and are skipped.
3939

4040
- **Primary key violation when writing to SQL Server/Azure SQL Database/Azure Cosmos DB**.
4141

0 commit comments

Comments
 (0)