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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/import.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ Unicode character ID can be used if prepended by `\`.
181
181
| {check-mark}
182
182
183
183
|--vector-delimiter=<char>
184
-
|Delimiter character between vector coordinates within a value in CSV data. Accepts the same values as `--array-delimiter`.
184
+
|label:new[Introduced in 2025.10]Delimiter character between vector coordinates within a value in CSV data. Accepts the same values as `--array-delimiter`.
185
185
|;
186
186
| {check-mark}
187
187
| {check-mark}
@@ -1308,7 +1308,7 @@ For properties, the `<name>` part of the field designates the property key, whil
1308
1308
You can have properties in both node data files and relationship data files.
1309
1309
The max length of property keys for block format is 16,383 characters.
1310
1310
1311
-
Use one of `int`, `long`, `float`, `double`, `boolean`, `byte`, `short`, `char`, `string`, `point`, `date`, `localtime`, `time`, `localdatetime`, `datetime`, `duration`, and `vector` to designate the data type for properties.
1311
+
Use one of `int`, `long`, `float`, `double`, `boolean`, `byte`, `short`, `char`, `string`, `point`, `date`, `localtime`, `time`, `localdatetime`, `datetime`, `duration`, and `vector` (introduced in 2025.10) to designate the data type for properties.
1312
1312
By default, types (except arrays) are converted to Cypher types.
1313
1313
See link:{neo4j-docs-base-uri}/cypher-manual/current/values-and-types/property-structural-constructed[Cypher Manual -> Property, structural, and constructed values].
1314
1314
@@ -1431,7 +1431,7 @@ This overrides the header definition for `date1`, as well as the configured defa
1431
1431
1432
1432
====
1433
1433
1434
-
Special considerations for vector data types::
1434
+
Special considerations for vector data types introduced in 2025.10::
1435
1435
+
1436
1436
--
1437
1437
A vector is specified using the Cypher syntax for maps.
0 commit comments