Skip to content

Commit 97ac2be

Browse files
authored
Merge pull request #115468 from kevinvngo/patch-163
Clarified documentation
2 parents 3177219 + 489d926 commit 97ac2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following matrix describes the supported authentication methods for each fil
2323
| Azure blob storage | SAS/MSI/SERVICE PRINCIPAL/KEY/AAD | SAS/KEY | SAS/KEY |
2424
| Azure Data Lake Gen2 | SAS/MSI/SERVICE PRINCIPAL/KEY/AAD | SAS/MSI/SERVICE PRINCIPAL/KEY/AAD | SAS/MSI/SERVICE PRINCIPAL/KEY/AAD |
2525

26-
## A. Storage account key with LF as the row terminator
26+
## A. Storage account key with LF as the row terminator (Unix-style new line)
2727

2828

2929
```sql
@@ -42,7 +42,7 @@ WITH (
4242
>
4343
> - Use the hexadecimal value (0x0A) to specify the Line Feed/Newline character. Note the COPY statement will interpret the '\n' string as '\r\n' (carriage return newline).
4444
45-
## B. Shared Access Signatures (SAS) with CRLF as the row terminator
45+
## B. Shared Access Signatures (SAS) with CRLF as the row terminator (Windows style new line)
4646
```sql
4747
COPY INTO target_table
4848
FROM 'https://adlsgen2account.dfs.core.windows.net/myblobcontainer/folder1/'

0 commit comments

Comments
 (0)