You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Azure Data Lake Gen2 | SAS/MSI/SERVICE PRINCIPAL/KEY/AAD | SAS/MSI/SERVICE PRINCIPAL/KEY/AAD | SAS/MSI/SERVICE PRINCIPAL/KEY/AAD |
25
25
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)
27
27
28
28
29
29
```sql
@@ -42,7 +42,7 @@ WITH (
42
42
>
43
43
> - 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).
44
44
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)
0 commit comments