Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 645c4d7

Browse files
committed
Adapt CsvEncode no_headers context
1 parent 123af46 commit 645c4d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/serializer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,8 @@ Option Description D
10991099
with a ``\t`` character
11001100
``as_collection`` Always returns results as a collection, even if only ``true``
11011101
one line is decoded.
1102-
``no_headers`` Disables header in the encoded CSV ``false``
1102+
``no_headers`` Setting to ``false`` will use first row as headers. ``false``
1103+
``true`` generate numeric headers.
11031104
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``
11041105
======================= ===================================================== ==========================
11051106

0 commit comments

Comments
 (0)