Skip to content

Commit 3ff083c

Browse files
committed
Update develop-tables-external-tables.md
parser_Version in ext tbl
1 parent cbf218f commit 3ff083c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/synapse-analytics/sql/develop-tables-external-tables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ WITH (
185185
| First_Row = integer
186186
| USE_TYPE_DEFAULT = { TRUE | FALSE }
187187
| Encoding = {'UTF8' | 'UTF16'}
188+
| PARSER_VERSION = {'parser_version'}
188189
}
189190
```
190191

@@ -248,6 +249,9 @@ The DELIMITEDTEXT file format type supports the following compression method:
248249

249250
- DATA_COMPRESSION = 'org.apache.hadoop.io.compress.GzipCodec'
250251

252+
PARSER_VERSION = 'parser_version'
253+
Specifies parser version to be used when reading files. Check PARSER_VERSION argument in [OPENROWSET arguments](develop-openrowset.md#arguments) for details.
254+
251255
### Example for CREATE EXTERNAL FILE FORMAT
252256

253257
The following example creates an external file format for census files:

0 commit comments

Comments
 (0)