Skip to content

Commit cf64ea2

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Adapt CsvEncode no_headers context
2 parents a7e5705 + 6122df9 commit cf64ea2

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

0 commit comments

Comments
 (0)