diff --git a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc index 92c084b2d..277ea846a 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc @@ -4,7 +4,10 @@ :rfc-4180: https://tools.ietf.org/html/rfc4180 -`neo4j-admin database import` writes CSV data into Neo4j's native file format as fast as possible. You should use this tool when: +`neo4j-admin database import` writes CSV data into Neo4j's native file format as fast as possible. + +From Neo4j 5.25, Neo4j also provides support for the Parquet file format in a public beta version. + +You should use this tool when: * Import performance is important because you have a large amount of data (millions/billions of entities). * The database can be taken offline and you have direct access to one of the servers hosting your Neo4j DBMS. @@ -78,20 +81,21 @@ See < The syntax for importing a set of CSV files is: +[source, syntax, role="nocopy"] ---- neo4j-admin database import full [-h] [--expand-commands] [--verbose] [--auto-skip-subsequent-headers[=true|false]] [--ignore-empty-strings[=true|false]] [--ignore-extra-columns[=true|false]] [--legacy-style-quoting[=true|false]] [--multiline-fields[=true|false]] [--normalize-types[=true|false]] [--overwrite-destination[=true|false]] [--skip-bad-entries-logging[=true|false]] [--skip-bad-relationships[=true|false]] - [--skip-duplicate-nodes[=true|false]] [--strict[=true|false]] [--trim-strings - [=true|false]] [--additional-config=] [--array-delimiter=] - [--bad-tolerance=] [--delimiter=] [--format=] - [--high-parallel-io=on|off|auto] [--id-type=string|integer|actual] - [--input-encoding=] [--max-off-heap-memory=] [--quote=] + [--skip-duplicate-nodes[=true|false]] [--strict[=true|false]] [--trim-strings[=true|false]] + [--additional-config=] [--array-delimiter=] [--bad-tolerance=] + [--delimiter=] [--format=] [--high-parallel-io=on|off|auto] + [--id-type=string|integer|actual] [--input-encoding=] + --input-type=csv|parquet [--max-off-heap-memory=] [--quote=] [--read-buffer-size=] [--report-file=] [--schema=] [--threads=] - --nodes=[