From 73db92ae7838f42a3a950fcb2806e213f925c66e Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:15:45 +0100 Subject: [PATCH] Add a note saying the incremental import does not support multiple node IDs (#1927) --- .../ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc index f66f5add5..9524a5741 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc @@ -1280,6 +1280,13 @@ This also implies using `string` as `id-type`. For each `ID` column, you can specify to store its values as different node properties. However, the composite value cannot be stored as a node property. +[NOTE] +==== +Incremental import doesn't support the use of multiple node identifiers. +This functionality is only available with a full import. +==== + + .Define multiple IDs as node properties ==== You can define multiple `ID` columns in the node header.