8000 [Serializer] Update serializer.rst by souhail-5 · Pull Request #14868 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Serializer] Update serializer.rst #14868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ Option Description D
``csv_delimiter`` Sets the field delimiter separating values (one ``,``
character only)
``csv_enclosure`` Sets the field enclosure (one character only) ``"``
``csv_escape_char`` Sets the escape character (at most one character)
``csv_escape_char`` Sets the escape character (at most one character) empty string
``csv_key_separator`` Sets the separator for array's keys during its ``.``
flatteni 621A ng
``csv_headers`` Sets the order of the header and data columns
Expand All @@ -879,7 +879,7 @@ Option Description D
``a,b,c\n1,2,3`` ``[]``, inferred from input data's keys
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
with a ``\t`` character
``as_collection`` Always returns results as a collection, even if only
``as_collection`` Always returns results as a collection, even if only ``true``
one line is decoded.
``no_headers`` Disables header in the encoded CSV ``false``
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``
Expand Down
0