Skip to content

Commit 6d26a01

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Update serializer.rst
2 parents 876f927 + c075035 commit 6d26a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ Option Description D
928928
``csv_delimiter`` Sets the field delimiter separating values (one ``,``
929929
character only)
930930
``csv_enclosure`` Sets the field enclosure (one character only) ``"``
931-
``csv_escape_char`` Sets the escape character (at most one character)
931+
``csv_escape_char`` Sets the escape character (at most one character) empty string
932932
``csv_key_separator`` Sets the separator for array's keys during its ``.``
933933
flattening
934934
``csv_headers`` Sets the order of the header and data columns
@@ -938,7 +938,7 @@ Option Description D
938938
``a,b,c\n1,2,3`` ``[]``, inferred from input data's keys
939939
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
940940
with a ``\t`` character
941-
``as_collection`` Always returns results as a collection, even if only
941+
``as_collection`` Always returns results as a collection, even if only ``true``
942942
one line is decoded.
943943
``no_headers`` Disables header in the encoded CSV ``false``
944944
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``

0 commit comments

Comments
 (0)