Skip to content

Commit b10490f

Browse files
authored
Merge pull request #127145 from changeworld/patch-6
Fix typo: ambigious -> ambiguous
2 parents 266f8b0 + 5f9b95f commit b10490f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-troubleshoot-connector-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ The escape character either escapes the column delimiter or the escape the chara
596596
4. The quote character and the escape character both be empty and the column value contains column delimiters.<br/>
597597
`Column delimiter: \t`<br/>
598598
`column value: 111\t222\t33\t3`<br/>
599-
`It will be ambigious if it contains 3 columns 111,222,33\t3 or 4 columns 111,222,33,3.`<br/>
599+
`It will be ambiguous if it contains 3 columns 111,222,33\t3 or 4 columns 111,222,33,3.`<br/>
600600

601601
#### Recommendation
602602
The first symptom and the second symptom can't be solved currently. For the third and fourth symptoms, you can apply the following methods:

0 commit comments

Comments
 (0)