Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the default value of --input-type=csv|parquet #2086

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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