Skip to content

Commit 5b5fb0a

Browse files
committed
add schema and fix the syntax formatting
1 parent ed401da commit 5b5fb0a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ Possible values are:
242242
|UTF-8
243243

244244
|--input-type[=csv\|parquet]
245-
label:beta[]
246-
|File type to import from. Can be csv or parquet. Defaults to csv.
245+
|label:beta[] File type to import from. Can be csv or parquet. Defaults to csv.
247246
|csv
248247

249248
|--legacy-style-quoting[=true\|false]
@@ -613,15 +612,11 @@ The syntax for importing a set of CSV files incrementally is:
613612
----
614613
neo4j-admin database import incremental [-h] [--expand-commands] --force [--verbose] [--auto-skip-subsequent-headers[=true|false]]
615614
[--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]]
615+
[--legacy-style-quoting[=true|false]] [--multiline-fields[=true|false]] [--normalize-types[=true|false]][--skip-bad-entries-logging[=true|false]] [--skip-bad-relationships[=true|false]]
618616
[--skip-duplicate-nodes[=true|false]] [--strict[=true|false]] [--trim-strings[=true|false]]
619617
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>] [--delimiter=<char>]
620618
[--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>] [--stage=all|prepare|build|merge] [--threads=<num>]
623-
--nodes=[<label>[: <label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]...
624-
[--relationships=[<type>=]<files>...]... <database>
619+
[--input-type=csv|parquet] [--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>] [--report-file=<path>] [--schema=<file>] [--stage=all|prepare|build|merge] [--threads=<num>] --nodes=[<label>[: <label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]... [--relationships=[<type>=]<files>...]... <database>
625620
----
626621

627622
=== Description
@@ -785,8 +780,7 @@ Possible values are:
785780
|UTF-8
786781

787782
|--input-type[=csv\|parquet]
788-
label:beta[]
789-
|File type to import from. Can be csv or parquet. Defaults to csv.
783+
|label:beta[] File type to import from. Can be csv or parquet. Defaults to csv.
790784
|csv
791785

792786
|--legacy-style-quoting[=true\|false]

0 commit comments

Comments
 (0)