Skip to content

Commit 5ca278f

Browse files
DOCCORE-103 Remove inconsistencies with the published version (#2776)
See the page in the `main` branch. This info about the Neo4j version was added in the PR #2694
1 parent a2a65f2 commit 5ca278f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/import.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Unicode character ID can be used if prepended by `\`.
181181
| {check-mark}
182182

183183
|--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`.
185185
|;
186186
| {check-mark}
187187
| {check-mark}
@@ -1308,7 +1308,7 @@ For properties, the `<name>` part of the field designates the property key, whil
13081308
You can have properties in both node data files and relationship data files.
13091309
The max length of property keys for block format is 16,383 characters.
13101310

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.
13121312
By default, types (except arrays) are converted to Cypher types.
13131313
See link:{neo4j-docs-base-uri}/cypher-manual/current/values-and-types/property-structural-constructed[Cypher Manual -> Property, structural, and constructed values].
13141314

@@ -1431,7 +1431,7 @@ This overrides the header definition for `date1`, as well as the configured defa
14311431
14321432
====
14331433

1434-
Special considerations for vector data types::
1434+
Special considerations for vector data types introduced in 2025.10::
14351435
+
14361436
--
14371437
A vector is specified using the Cypher syntax for maps.

0 commit comments

Comments
 (0)