Skip to content

Commit 6122df9

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Adapt CsvEncode no_headers context
2 parents 06c03de + 57e6576 commit 6122df9

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
@@ -1091,7 +1091,8 @@ Option Description D
10911091
with a ``\t`` character
10921092
``as_collection`` Always returns results as a collection, even if only ``true``
10931093
one line is decoded.
1094-
``no_headers`` Disables header in the encoded CSV ``false``
1094+
``no_headers`` Setting to ``false`` will use first row as headers. ``false``
1095+
``true`` generate numeric headers.
10951096
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``
10961097
======================= ===================================================== ==========================
10971098

0 commit comments

Comments
 (0)