Skip to content

Commit 2c780ea

Browse files
committed
import type is compulsory
1 parent fb92172 commit 2c780ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ neo4j-admin database import full [-h] [--expand-commands] [--verbose] [--auto-sk
9292
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>]
9393
[--delimiter=<char>] [--format=<format>] [--high-parallel-io=on|off|auto]
9494
[--id-type=string|integer|actual] [--input-encoding=<character-set>]
95-
[--input-type=csv|parquet] [--max-off-heap-memory=<size>] [--quote=<char>]
95+
--input-type=csv|parquet [--max-off-heap-memory=<size>] [--quote=<char>]
9696
[--read-buffer-size=<size>] [--report-file=<path>] [--schema=<path>] [--threads=<num>]
9797
--nodes=[<label>[: <label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]...
9898
[--relationships=[<type>=]<files>...]... <database>
@@ -241,7 +241,7 @@ Possible values are:
241241
|Character set that input data is encoded in.
242242
|UTF-8
243243

244-
|--input-type[=csv\|parquet]
244+
|--input-type=csv\|parquet
245245
label:beta[]
246246
|File type to import from. Can be csv or parquet. Defaults to csv.
247247
|csv
@@ -618,7 +618,7 @@ neo4j-admin database import incremental [-h] [--expand-commands] --force [--verb
618618
[--skip-duplicate-nodes[=true|false]] [--strict[=true|false]] [--trim-strings[=true|false]]
619619
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>] [--delimiter=<char>]
620620
[--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>]
621+
--input-type=csv|parquet [--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
622622
[--report-file=<path>] [--stage=all|prepare|build|merge] [--threads=<num>]
623623
--nodes=[<label>[: <label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]...
624624
[--relationships=[<type>=]<files>...]... <database>
@@ -784,7 +784,7 @@ Possible values are:
784784
|Character set that input data is encoded in.
785785
|UTF-8
786786

787-
|--input-type[=csv\|parquet]
787+
|--input-type=csv\|parquet
788788
label:beta[]
789789
|File type to import from. Can be csv or parquet. Defaults to csv.
790790
|csv

0 commit comments

Comments
 (0)