Skip to content

Commit 5f9b95f

Browse files
committed
Fix typo: ambigious -> ambiguous
1 parent bf78ad6 commit 5f9b95f

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)