Skip to content

Commit 2565704

Browse files
authored
Update modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
1 parent 3cf6e3d commit 2565704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ For example, a file could have the following format:
14991499
----
15001500
uid:ID(label:Person),:+LABEL,:-LABEL,name,age
15011501
person1,Actor,Producer,"Keanu Reeves",55
1502-
person2,Actor;Director,"Laurence Fishburne",60
1502+
person2,Actor;Director,,"Laurence Fishburne",60
15031503
----
15041504

15051505
In this case, all labels in the second column are added and all the labels in the third column are removed (if they exist).

0 commit comments

Comments
 (0)