Skip to content

Commit 577e616

Browse files
Update bulk insert documentation for delimiter support
Clarified that varying column delimiters are not supported in Fabric Data Warehouse and specified that the first delimiter in the format file is applied to all columns.
1 parent 70ad912 commit 577e616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/bulk-insert-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ The format file should be used if:
448448

449449
- The data file contains greater or fewer columns than the table or view.
450450
- The columns are in a different order.
451-
- The column delimiters vary.
451+
- The column delimiters vary (varying column delimiters are not supported in Fabric Data Warehouse. In Fabric Data Warehouse the first delimiter defined in the format file is applied to all columns.)
452452
- There are other changes in the data format. Format files are typically created by using the **bcp** utility and modified with a text editor as needed. For more information, see [bcp Utility](../../tools/bcp-utility.md) and [Create a format file with bcp](../../relational-databases/import-export/create-a-format-file-sql-server.md).
453453

454454
Beginning with [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)], and in Azure SQL Database, `format_file_path` can be in Azure Storage.

0 commit comments

Comments
 (0)