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

Skip to content

Commit 05f0a33

Browse files
committed
Adapt CsvEncode no_headers context
1 parent cffa8fe commit 05f0a33

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
@@ -1104,7 +1104,8 @@ Option Description D
11041104
with a ``\t`` character
11051105
``as_collection`` Always returns results as a collection, even if only ``true``
11061106
one line is decoded.
1107-
``no_headers`` Disables header in the encoded CSV ``false``
1107+
``no_headers`` Setting to ``false`` will use first row as headers. ``false``
1108+
``true`` generate numeric headers.
11081109
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``
11091110
======================= ===================================================== ==========================
11101111

0 commit comments

Comments
 (0)