Skip to content

Commit 7ceb0a7

Browse files
committed
update the syntax of both commands
1 parent ba978af commit 7ceb0a7

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

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

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,21 @@ See <<indexes-constraints-import, Provide indexes and constraints during import>
8181

8282
The syntax for importing a set of CSV files is:
8383

84+
[source, syntax, role="nocopy"]
8485
----
8586
neo4j-admin database import full [-h] [--expand-commands] [--verbose] [--auto-skip-subsequent-headers[=true|false]]
8687
[--ignore-empty-strings[=true|false]] [--ignore-extra-columns[=true|false]]
8788
[--legacy-style-quoting[=true|false]] [--multiline-fields[=true|false]]
8889
[--normalize-types[=true|false]] [--overwrite-destination[=true|false]]
8990
[--skip-bad-entries-logging[=true|false]] [--skip-bad-relationships[=true|false]]
90-
[--skip-duplicate-nodes[=true|false]] [--strict[=true|false]] [--trim-strings
91-
[=true|false]] [--additional-config=<file>] [--array-delimiter=<char>]
92-
[--bad-tolerance=<num>] [--delimiter=<char>] [--format=<format>]
93-
[--high-parallel-io=on|off|auto] [--id-type=string|integer|actual]
94-
[--input-encoding=<character-set>] [--input-type[=csv|parquet]]
95-
[--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
96-
[--report-file=<path>] [--schema=<path>] [--threads=<num>]
97-
--nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]
98-
<files>...]... [--relationships=[<type>=]<files>...]... <database>
91+
[--skip-duplicate-nodes[=true|false]] [--strict[=true|false]] [--trim-strings[=true|false]]
92+
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>]
93+
[--delimiter=<char>] [--format=<format>] [--high-parallel-io=on|off|auto]
94+
[--id-type=string|integer|actual] [--input-encoding=<character-set>]
95+
[--input-type=csv|parquet] [--max-off-heap-memory=<size>] [--quote=<char>]
96+
[--read-buffer-size=<size>] [--report-file=<path>] [--schema=<path>] [--threads=<num>]
97+
--nodes=[<label>[: <label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]...
98+
[--relationships=[<type>=]<files>...]... <database>
9999
----
100100

101101
=== Description
@@ -607,22 +607,21 @@ It is highly recommended to back up your database before running the incremental
607607
[[import-tool-incremental-syntax]]
608608
=== Syntax
609609

610-
[source, shell, role=noplay]
611-
----
612-
neo4j-admin database import incremental [-h] [--expand-commands] --force [--verbose] [--auto-skip-subsequent-headers
613-
[=true|false]] [--ignore-empty-strings[=true|false]] [--ignore-extra-columns
614-
[=true|false]] [--legacy-style-quoting[=true|false]] [--multiline-fields
615-
[=true|false]] [--normalize-types[=true|false]] [--skip-bad-entries-logging
616-
[=true|false]] [--skip-bad-relationships[=true|false]] [--skip-duplicate-nodes
617-
[=true|false]] [--strict[=true|false]] [--trim-strings[=true|false]]
618-
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>]
619-
[--delimiter=<char>] [--high-parallel-io=on|off|auto]
620-
[--id-type=string|integer|actual] [--input-encoding=<character-set>]
621-
[--input-type[=csv|parquet]] [--max-off-heap-memory=<size>]
622-
[--quote=<char>] [--read-buffer-size=<size>] [--report-file=<path>]
623-
[--stage=all|prepare|build|merge] [--threads=<num>]
624-
--nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]
625-
<files>...]... [--relationships=[<type>=]<files>...]... <database>
610+
The syntax for importing a set of CSV files incrementally is:
611+
612+
[source, syntax, role="nocopy"]
613+
----
614+
neo4j-admin database import incremental [-h] [--expand-commands] --force [--verbose] [--auto-skip-subsequent-headers[=true|false]]
615+
[--ignore-empty-strings[=true|false]] [--ignore-extra-columns[=true|false]]
616+
[--legacy-style-quoting[=true|false]] [--multiline-fields[=true|false]] [--normalize-types[=true|false]]
617+
[--skip-bad-entries-logging[=true|false]] [--skip-bad-relationships[=true|false]]
618+
[--skip-duplicate-nodes[=true|false]] [--strict[=true|false]] [--trim-strings[=true|false]]
619+
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>] [--delimiter=<char>]
620+
[--high-parallel-io=on|off|auto] [--id-type=string|integer|actual] [--input-encoding=<character-set>]
621+
[--input-type=csv|parquet] [--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
622+
[--report-file=<path>] [--schema=<path>] [--stage=all|prepare|build|merge] [--threads=<num>]
623+
--nodes=[<label>[: <label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]...
624+
[--relationships=[<type>=]<files>...]... <database>
626625
----
627626

628627
=== Description

0 commit comments

Comments
 (0)