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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,15 +322,15 @@ This is done by using the `--verbose` option.
322
322
|--skip-bad-relationships[=true\|false]
323
323
|Whether or not to skip importing relationships that refer to missing node IDs, i.e. either start or end node ID/group referring to a node that was not specified by the node input data.
324
324
325
-
Skipped relationships will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
325
+
Skipped relationships will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
326
326
|false
327
327
328
328
|--skip-duplicate-nodes[=true\|false]
329
329
|Whether or not to skip importing nodes that have the same ID/group.
330
330
331
331
In the event of multiple nodes within the same group having the same ID, the first encountered will be imported, whereas consecutive such nodes will be skipped.
332
332
333
-
Skipped nodes will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
333
+
Skipped nodes will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
334
334
|false
335
335
336
336
|--strict[=true\|false]
@@ -849,15 +849,15 @@ This is done by using the `--verbose` option.
849
849
|--skip-bad-relationships[=true\|false]
850
850
|Whether or not to skip importing relationships that refer to missing node IDs, i.e. either start or end node ID/group referring to a node that was not specified by the node input data.
851
851
852
-
Skipped relationships will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
852
+
Skipped relationships will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
853
853
|false
854
854
855
855
|--skip-duplicate-nodes[=true\|false]
856
856
|Whether or not to skip importing nodes that have the same ID/group.
857
857
858
858
In the event of multiple nodes within the same group having the same ID, the first encountered will be imported, whereas consecutive such nodes will be skipped.
859
859
860
-
Skipped nodes will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
860
+
Skipped nodes will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
861
861
|false
862
862
863
863
@@ -876,16 +876,15 @@ If enabled all those relationships will be found but at the cost of lower perfor
876
876
|false label:changed[Changed in 5.8]
877
877
878
878
|--threads=<num>
879
-
| (advanced) Max number of worker threads used by the importer. Defaults to the number of available processors reported by the JVM. There is a certain amount of minimum threads needed so for that reason there is no lower bound for this value. For optimal
880
-
performance, this value should not be greater than the number of available processors.
879
+
| (advanced) Max number of worker threads used by the importer. Defaults to the number of available processors reported by the JVM. There is a certain amount of minimum threads needed so for that reason there is no lower bound for this value. For optimal performance, this value should not be greater than the number of available processors.
|Whether or not strings should be trimmed for whitespaces.
885
884
|false
886
885
887
886
|--update-all-matching-relationships
888
-
|label:new[Introduced in 2025.01] If one relationship data entry matches multiple existing relationships, this decides whether to update all matching or to log as an error.
887
+
|label:new[Introduced in 2025.01] Whether or not to update all existing relationships that match a relationship data entry. If disabled, the relationship data entry will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
0 commit comments