From 05f0a33feb6a013137d40c5fb098b2b183c403dd Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Wed, 15 Feb 2023 22:20:59 +0100 Subject: [PATCH] Adapt CsvEncode no_headers context --- components/serializer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index 70101d5ab8b..6decf3c59be 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -1104,7 +1104,8 @@ Option Description D with a ``\t`` character ``as_collection`` Always returns results as a collection, even if only ``true`` one line is decoded. -``no_headers`` Disables header in the encoded CSV ``false`` +``no_headers`` Setting to ``false`` will use first row as headers. ``false`` + ``true`` generate numeric headers. ``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false`` ======================= ===================================================== ==========================