From 425495b63061147b8c6f3e160f747c5991bde682 Mon Sep 17 00:00:00 2001 From: Souhail Date: Fri, 22 Jan 2021 17:01:50 +0100 Subject: [PATCH] Update serializer.rst Update CsvEncoder's default values --- components/serializer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/serializer.rst b/components/serializer.rst index d6c19a10cd3..f554ed7cf76 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -869,7 +869,7 @@ Option Description D ``csv_delimiter`` Sets the field delimiter separating values (one ``,`` character only) ``csv_enclosure`` Sets the field enclosure (one character only) ``"`` -``csv_escape_char`` Sets the escape character (at most one character) +``csv_escape_char`` Sets the escape character (at most one character) empty string ``csv_key_separator`` Sets the separator for array's keys during its ``.`` flattening ``csv_headers`` Sets the order of the header and data columns @@ -879,7 +879,7 @@ Option Description D ``a,b,c\n1,2,3`` ``[]``, inferred from input data's keys ``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false`` with a ``\t`` character -``as_collection`` Always returns results as a collection, even if only +``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`` ``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``