Skip to content

Commit f4d6ccc

Browse files
committed
sql articles 7
1 parent 8972994 commit f4d6ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/develop-storage-files-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ These additional parameters are introduced for working with CSV (delimited text)
8585

8686
- ESCAPE_CHAR = 'char'
8787
Specifies the character in the file that is used to escape itself and all delimiter values in the file. If the escape character is followed by either a value other than itself or any of the delimiter values, the escape character is dropped when reading the value.
88-
The ESCAPE_CHAR parameter will be applied regardless of whether the FIELDQUOTE is or isn't enabled. It will not be used to escape the quoting character. The quoting character is escaped with double-quotes in alignment with the Excel CSV behavior.
88+
The ESCAPE_CHAR parameter will be applied whether the FIELDQUOTE is or isn't enabled. It won't be used to escape the quoting character. The quoting character is escaped with double-quotes in alignment with the Excel CSV behavior.
8989
- FIELDTERMINATOR ='field_terminator'
9090
Specifies the field terminator to be used. The default field terminator is a comma ("**,**")
9191
- ROWTERMINATOR ='row_terminator'

0 commit comments

Comments
 (0)