Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ For more information, please contact Neo4j Professional Services.

`neo4j-admin import` also supports the Parquet file format.
You can use the parameter `--input-type=csv|parquet` to explicitly specify whether to use CSV or Parquet for the importer.
If not defined, the default value is CSV.
If not defined, it defaults to CSV.
The xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-examples[examples] for CSV can also be used with Parquet.

[[full-import-options-table]]
Expand Down Expand Up @@ -227,7 +227,7 @@ Possible values are:

|--input-type=csv\|parquet
|File type to import from. Can be csv or parquet. Defaults to csv.
|csv
|

|--legacy-style-quoting[=true\|false]
|Whether or not a backslash-escaped quote e.g. \" is interpreted as an inner quote.
Expand Down Expand Up @@ -752,7 +752,7 @@ Possible values are:

|--input-type=csv\|parquet
|File type to import from. Can be csv or parquet. Defaults to csv.
|csv
|

|--legacy-style-quoting[=true\|false]
|Whether or not a backslash-escaped quote e.g. \" is interpreted as an inner quote.
Expand Down