diff --git a/3.6.0/index.html b/3.6.0/index.html index 5d7e0ccc8e6..7281f366165 100644 --- a/3.6.0/index.html +++ b/3.6.0/index.html @@ -5767,7 +5767,7 @@
Note
-This manual is revised on 2023-10-10, with GitHub commit 7cf50a083d.
+This manual is revised on 2023-10-11, with GitHub commit 78599a9d13.
Compatibility
diff --git a/3.6.0/nebula-importer/use-importer/index.html b/3.6.0/nebula-importer/use-importer/index.html index 0c8883d7122..827893cfea2 100644 --- a/3.6.0/nebula-importer/use-importer/index.html +++ b/3.6.0/nebula-importer/use-importer/index.html @@ -6405,7 +6405,7 @@sources.csv.delimiter
,
0x03
in hexadecimal, i.e. Ctrl+C
, the escape is written as "\x03"
or "\u0003"
. For details on escaping special characters in yaml format, see Escaped Characters.\t
) and hexadecimal values (e.g., 0x03
or Ctrl+C
) must be properly escaped and enclosed in double quotes, such as "\t"
for tabs and "\x03"
or "\u0003"
for hexadecimal values, instead of using single quotes. For details on escaping special characters in yaml format, see Escaped Characters.sources.csv.withHeader