Skip to content

Commit 4634b96

Browse files
committed
update the actions descriptions
1 parent 234d42e commit 4634b96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,9 +1447,10 @@ If no action is specified, the import tool works as in full import mode, creatin
14471447
The following actions are supported:
14481448

14491449
* `empty` = `CREATE` (default)
1450-
* `C`, `CREATE` - Creates a new entity.
1451-
* `U`, `UPDATE` - Updates an existing entity.
1452-
* `D`, `DELETE` - Deletes an existing entity.
1450+
* `C`, `CREATE` - Creates new nodes and relationships with or without properties.
1451+
* `U`, `UPDATE` - Updates existing nodes, relationships, or properties.
1452+
Leaving the property identifier empty is like having a “*” wild card.
1453+
* `D`, `DELETE` - Deletes an existing node or relationship.
14531454
Deleting a node also deletes its relationships (`DETACH DELETE`).
14541455

14551456

0 commit comments

Comments
 (0)