Skip to content

Commit 15a8d53

Browse files
Update CSV parser version details in documentation
Clarified the default CSV parser version and its behavior when using OPENROWSET, including fallback to version 1.0 for unsupported options.
1 parent dca8c9e commit 15a8d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/functions/openrowset-bulk-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ FROM OPENROWSET(
416416
)
417417
```
418418

419-
CSV parser version 1.0 is default and feature rich. Version 2.0 is built for performance and doesn't support all options and encodings.
419+
CSV parser version 2.0 is the default implementation optimized for performance, but it does not support all legacy options and encodings available in version 1.0. When using OPENROWSET, Fabric Data Warehouse automatically falls back to version 1.0 if you use the options supported only in that version, even when the version is not explicitly specified. In some cases, you may need to explictly specify the version 1.0 to resolve errors caused by unsupported features reported by parser version 2.0.
420420

421421
CSV parser version 1.0 specifics:
422422

0 commit comments

Comments
 (0)