@@ -596,20 +596,20 @@ The syntax for importing a set of CSV files incrementally is:
596596[source, syntax, role="nocopy"]
597597----
598598neo4j-admin database import incremental [-h] [--expand-commands] --force [--update-all-matching-relationships]
599- [--verbose] [--auto-skip-subsequent-headers
600- [=true|false]] [ --ignore-empty-strings[=true|false]] [--ignore-extra-columns
601- [=true|false]] [ --legacy-style-quoting[=true|false]] [--normalize-types
602- [=true|false]] [ --skip-bad-entries-logging[=true|false]]
603- [--skip-bad-relationships [=true|false]] [--skip-duplicate-nodes [=true|false]]
604- [--strict [=true|false]] [--trim-strings[=true|false] ]
605- [--additional-config=<file >] [--array-delimiter=<char >] [--bad-tolerance=<num >]
606- [--delimiter=<char>] [-- high-parallel-io=on|off|auto]
607- [--id-type=string|integer|actual ] [--input-encoding=<character-set> ]
608- [--input-type=csv|parquet] [-- max-off-heap-memory=<size>] [--quote=<char>]
609- [--read-buffer-size=<size >] [--report-file =<path>] [--schema=<path> ]
610- [--stage=all|prepare|build|merge] [--threads=<num>] --nodes=[<label>[:
611- <label>]...=]<files>... [--nodes =[<label>[:<label>]... =]<files>...]...
612- [--relationships=[<type>=]<files>...]... [-- multiline-fields=true|false|<path>[,<path>]
599+ [--verbose] [--auto-skip-subsequent-headers[=true|false]]
600+ [--ignore-empty-strings[=true|false]] [--ignore-extra-columns[=true|false]]
601+ [--legacy-style-quoting[=true|false]] [--normalize-types[=true|false]]
602+ [--skip-bad-entries-logging[=true|false]] [--skip-bad-relationships
603+ [=true|false]] [ --skip-duplicate-nodes [=true|false]] [--strict [=true|false]]
604+ [--trim-strings [=true|false]] [--additional-config=<file> ]
605+ [--array-delimiter=<char >] [--bad-tolerance=<num >] [--delimiter=<char >]
606+ [--high-parallel-io=on|off|auto] [--id-type=string|integer|actual ]
607+ [--input-encoding=<character-set> ] [--input-type=csv|parquet ]
608+ [--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size >]
609+ [--report-file=<path >] [--schema =<path>] [--stage=all|prepare|build|merge ]
610+ [--threads=<num>] --nodes=[<label>[:<label>]...=]<files>... [ --nodes=[<label>[:
611+ <label>]...=]<files>...]... [--relationships =[<type> =]<files>...]...
612+ [--multiline-fields=true|false|<path>[,<path>]
613613 [--multiline-fields-format=v1|v2]] <database>
614614----
615615
0 commit comments