Skip to content

Commit 6a2f795

Browse files
authored
Dev revert array delimiter note (#3185)
1 parent ae5b0b7 commit 6a2f795

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

modules/ROOT/pages/import.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,13 @@ For Parquet data, this is only needed if the array is encoded as a string.
197197
* ASCII character -- e.g. `--array-delimiter=";"`.
198198
* `\ID` -- Unicode character with ID, e.g. `--array-delimiter="\59"`.
199199
* `U+XXXX` -- Unicode character specified with 4 HEX characters, e.g. `--array-delimiter="U+20AC"`.
200-
* `\t` or the Unicode character ID `\9`-- horizontal tabulation (HT), e.g. `--array-delimiter="\t"` or `--array-delimiter="\9"`. +
201-
Unicode character ID can be used if prepended by `\`.
200+
* `\t` -- horizontal tabulation (HT), e.g. `--array-delimiter="\t"`.
202201
====
203202

203+
For horizontal tabulation (HT), use `\t` or the Unicode character ID `\9`.
204+
205+
Unicode character ID can be used if prepended by `\`.
206+
204207
|;
205208
| {check-mark}
206209
| {check-mark}

0 commit comments

Comments
 (0)