Skip to content

Commit adddf5e

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Update serializer.rst
2 parents cbf2d22 + c6f45d8 commit adddf5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ Option Description D
843843
``csv_delimiter`` Sets the field delimiter separating values (one ``,``
844844
character only)
845845
``csv_enclosure`` Sets the field enclosure (one character only) ``"``
846-
``csv_escape_char`` Sets the escape character (at most one character)
846+
``csv_escape_char`` Sets the escape character (at most one character) empty string
847847
``csv_key_separator`` Sets the separator for array's keys during its ``.``
848848
flattening
849849
``csv_headers`` Sets the order of the header and data columns
@@ -853,7 +853,7 @@ Option Description D
853853
``a,b,c\n1,2,3`` ``[]``, inferred from input data's keys
854854
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
855855
with a ``\t`` character
856-
``as_collection`` Always returns results as a collection, even if only
856+
``as_collection`` Always returns results as a collection, even if only ``true``
857857
one line is decoded.
858858
``no_headers`` Disables header in the encoded CSV ``false``
859859
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``

0 commit comments

Comments
 (0)