We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9f907 commit 1c825b1Copy full SHA for 1c825b1
serializer/encoders.rst
@@ -64,13 +64,6 @@ are available to customize the behavior of the encoder:
64
Sets the field enclosure (one character only).
65
``csv_end_of_line`` (default: ``\n``)
66
Sets the character(s) used to mark the end of each line in the CSV file.
67
-``csv_escape_char`` (default: empty string)
68
-
69
- .. deprecated:: 7.2
70
71
- The ``csv_escape_char`` option was deprecated in Symfony 7.2.
72
73
- Sets the escape character (at most one character).
74
``csv_key_separator`` (default: ``.``)
75
Sets the separator for array's keys during its flattening
76
``csv_headers`` (default: ``[]``, inferred from input data's keys)
0 commit comments