Skip to content

Commit c1a4860

Browse files
Merge pull request #35965 from jovanpop-msft/patch-61
Update CSV parser version details in documentation
2 parents 1daefdf + b0e2362 commit c1a4860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "OPENROWSET BULK function reads data from an external data source."
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: randolphwest, hudequei, wiassaf, jovanpop, fresantos
7-
ms.date: 09/08/2025
7+
ms.date: 12/01/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -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)