Skip to content

Commit e989f11

Browse files
committed
add null as a value for --multiline-fields
1 parent cfd89c3 commit e989f11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

259259
|--multiline-fields[=true\|false]
260260
|Whether or not fields from an input source can span multiple lines, i.e. contain newline characters.
261+
| null
261262

262263
|--multiline-fields-format=v1\|v2
263264
|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.
@@ -796,6 +797,7 @@ It can also be specified as a percentage of the available memory, for example `7
796797

797798
|--multiline-fields[=true\|false]
798799
|Whether or not fields from an input source can span multiple lines, i.e. contain newline characters.
800+
| null
799801

800802
|--multiline-fields-format=v1\|v2
801803
|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.

0 commit comments

Comments
 (0)