Skip to content

Commit 57e6576

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Adapt CsvEncode no_headers context
2 parents 9dffb6e + 22e422b commit 57e6576

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
@@ -1043,7 +1043,8 @@ Option Description D
10431043
with a ``\t`` character
10441044
``as_collection`` Always returns results as a collection, even if only ``true``
10451045
one line is decoded.
1046-
``no_headers`` Disables header in the encoded CSV ``false``
1046+
``no_headers`` Setting to ``false`` will use first row as headers. ``false``
1047+
``true`` generate numeric headers.
10471048
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``
10481049
======================= ===================================================== ==========================
10491050

0 commit comments

Comments
 (0)