Skip to content

Commit 8470bf1

Browse files
committed
fix the default value for --multiline-fields-format
1 parent 05936fc commit 8470bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ It can also be specified as a percentage of the available memory, for example `7
232232

233233
|--multiline-fields-format=v1\|v2
234234
|label:new[Introduced in 5.26] Controls the parsing of input source that can span multiple lines, i.e. contain newline characters. When set to v1, the value for `--multiline-fields` can only be true or false. When set to v2, the value for `--multiline-fields` should be the list of files that contain multiline fields.
235-
|v1
235+
|null
236236

237237
|--nodes=[<label>[:<label>]...=]<files>...
238238
|Node CSV header and data.
@@ -751,7 +751,7 @@ It can also be specified as a percentage of the available memory, for example `7
751751

752752
|--multiline-fields-format=v1\|v2
753753
|label:new[Introduced in 5.26] Controls the parsing of input source that can span multiple lines, i.e. contain newline characters. When set to v1, the value for `--multiline-fields` can only be true or false. When set to v2, the value for `--multiline-fields` should be the list of files that contain multiline fields.
754-
|v1
754+
|null
755755

756756
|--nodes=[<label>[:<label>]...=]<files>...
757757
|Node CSV header and data.

0 commit comments

Comments
 (0)