Skip to content

Commit 446dd2e

Browse files
Add a note saying the incremental import does not support multiple node IDs (#1927)
1 parent 2acd7c0 commit 446dd2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,13 @@ This also implies using `string` as `id-type`.
12911291
For each `ID` column, you can specify to store its values as different node properties.
12921292
However, the composite value cannot be stored as a node property.
12931293

1294+
[NOTE]
1295+
====
1296+
Incremental import doesn't support the use of multiple node identifiers.
1297+
This functionality is only available with a full import.
1298+
====
1299+
1300+
12941301
.Define multiple IDs as node properties
12951302
====
12961303
You can define multiple `ID` columns in the node header.

0 commit comments

Comments
 (0)