Skip to content

Commit cf371e5

Browse files
authored
Remove the default value of --input-type=csv|parquet (#2086)
1 parent c77cbda commit cf371e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For more information, please contact Neo4j Professional Services.
130130

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

136136
[[full-import-options-table]]
@@ -227,7 +227,7 @@ Possible values are:
227227

228228
|--input-type=csv\|parquet
229229
|File type to import from. Can be csv or parquet. Defaults to csv.
230-
|csv
230+
|
231231

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

754754
|--input-type=csv\|parquet
755755
|File type to import from. Can be csv or parquet. Defaults to csv.
756-
|csv
756+
|
757757

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

0 commit comments

Comments
 (0)