Skip to content

Commit 5993e60

Browse files
authored
Update modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
1 parent a831333 commit 5993e60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,8 @@ U,person1,KNOWS,person2,abc,"Keanu Reeves","Hello Morpheus"
14821482
U,person2,KNOWS,person1,def,"Laurence Fishburne","Hello Neo"
14831483
----
14841484

1485-
The data in the `p1` column for these relationships helps "more uniquely" selecting relationships, if multiple of `1,KNOWS,2` exist.
1485+
The data in the `p1` column for these relationships helps select relationships "more uniquely" if a multiple of `1,KNOWS,2` exists.
1486+
There can also be multiple identifier properties defined in the header.
14861487
Identifier properties match the selected relationships and will not be set on the relationships that already have them.
14871488

14881489
=== Update existing labels

0 commit comments

Comments
 (0)