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
@@ -256,9 +257,9 @@ Values can be plain numbers, such as `10000000`, or `20G` for 20 gigabytes.
256
257
It can also be specified as a percentage of the available memory, for example `70%`.
257
258
|90%
258
259
259
-
|--multiline-fields[=true\|false]
260
-
|Whether or not fields from an input source can span multiple lines, i.e. contain newline characters.
261
-
|null
260
+
|--multiline-fields=true\|false\|<path>[,<path>]
261
+
|label:changed[Changed in 5.26] In v1, whether or not fields from an input source can span multiple lines, i.e. contain newline characters. Setting `--multiline-fields=true` can severely degrade the performance of the importer. Therefore, use it with care, especially with large imports. In v2, this option will specify the list of files that contain multiline fields. Files can also be specified using regular expressions.
262
+
|null
262
263
263
264
|--multiline-fields-format=v1\|v2
264
265
|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.
@@ -611,13 +612,21 @@ The syntax for importing a set of CSV files incrementally is:
@@ -795,9 +804,9 @@ Values can be plain numbers, such as `10000000`, or `20G` for 20 gigabytes.
795
804
It can also be specified as a percentage of the available memory, for example `70%`.
796
805
|90%
797
806
798
-
|--multiline-fields[=true\|false]
799
-
|Whether or not fields from an input source can span multiple lines, i.e. contain newline characters.
800
-
|null
807
+
|--multiline-fields=true\|false\|<path>[,<path>]
808
+
|label:changed[Changed in 5.26] In v1, whether or not fields from an input source can span multiple lines, i.e. contain newline characters. Setting `--multiline-fields=true` can severely degrade the performance of the importer. Therefore, use it with care, especially with large imports. In v2, this option will specify the list of files that contain multiline fields. Files can also be specified using regular expressions.
809
+
|null
801
810
802
811
|--multiline-fields-format=v1\|v2
803
812
|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