You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1,John,October 1st,2000,New York,This is a multiline
1435
1435
description
1436
1436
----
1437
1437
@@ -1443,7 +1443,8 @@ Therefore, use it with care, especially with large imports.
1443
1443
1444
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
1445
The default value `v1` uses the current processing method for multiline fields.
1446
-
Option `v2` allows you to specify a list of files (regular expressions allowed) that contain multiline fields and are processed much more performant, with the restriction that text fields must be quoted.
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.
1447
1448
Both formats have the restriction that the entirety of every row must be able to fit into the buffer (default is 4m).
1448
1449
The `--multiline-fields-format` option is available in the `full` and `incremental` import modes.
1449
1450
@@ -1462,8 +1463,8 @@ Where `import/node_data.csv` contains multiline fields, such as:
0 commit comments