Skip to content

Commit 067c935

Browse files
committed
reword the text in the example
1 parent 8470bf1 commit 067c935

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,10 +1441,13 @@ Setting `--multiline-fields=true` can severely degrade the performance of the im
14411441
Therefore, use it with care, especially with large imports.
14421442
====
14431443

1444-
Starting from 5.26, the `--multiline-fields` option can be used in conjunction with the `--multiline-fields-format` option, which controls the parsing of the input source.
1445-
The default value `v1` uses the current processing method for multiline fields.
1446-
Option `v2` enables the specification of a list of files, including regular expressions, which contain multiline fields.
1447-
These files are processed more efficiently, with the requirement that text fields must be quoted.
1444+
Starting from 5.26, you can optionally specify the format of the `--multiline-fields` to control the parsing of the input source by setting the `--multiline-fields-format` option.
1445+
Possible values are:
1446+
1447+
* `v1` - the default format, which uses the current processing method for multiline fields.
1448+
* `v2` - a more efficient processing method that requires text fields to be quoted.
1449+
For `v2`, the `--multiline-fields` option must be set to a list of files (regular expressions are allowed) that contain multiline fields.
1450+
14481451
Both formats have the restriction that the entirety of every row must be able to fit into the buffer (default is 4m).
14491452
The `--multiline-fields-format` option is available in the `full` and `incremental` import modes.
14501453

0 commit comments

Comments
 (0)