8000 Adapt CsvEncoder `no_headers` context by alamirault · Pull Request #17907 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Adapt CsvEncoder no_headers context #17907

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

Closed
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
Adapt CsvEncode no_headers context
  • Loading branch information
alamirault committed Nov 21, 2023
commit 05f0a33feb6a013137d40c5fb098b2b183c403dd
3 changes: 2 additions & 1 deletion components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,8 @@ Option Description D
with a ``\t`` character
``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``
``no_headers`` Setting to ``false`` will use first row as headers. ``false``
``true`` generate numeric headers.
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``
======================= ===================================================== ==========================

Expand Down
0