You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `id` property of the nodes in the `persons` group will be stored as `long` type, while the `id` property of the nodes in the `games` group will be stored as `string` type, as the global `id-type` is a string.
1427
1427
====
1428
1428
1429
-
[role=label--new-2025.01.0 label--block-only]
1429
+
[role=label--new-2025.01.0]
1430
1430
== Applying changes to data via CSV files
1431
1431
1432
-
You can use CSV files to update your data during incremental import.
1433
-
1434
-
This feature is especially useful when you want to update existing nodes, relationships, labels, or properties in large datasets.
1435
-
To be able to use this feature, each entity in the dataset must be associated with a unique ID.
1432
+
You can use CSV files to update existing nodes, relationships, labels, or properties during incremental import.
1433
+
To be able to do that, each entity in the dataset must be associated with a unique ID.
1436
1434
1437
1435
[NOTE]
1438
1436
====
@@ -1447,10 +1445,9 @@ If no action is specified, the import tool works as in full import mode, creatin
1447
1445
The following actions are supported:
1448
1446
1449
1447
* `empty` = `CREATE` (default)
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.
1448
+
* `C`, `CREATE` - Creates new nodes and relationships, with or without properties, as well as labels.
0 commit comments