Skip to content

Commit c075035

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Update serializer.rst
2 parents b703a22 + adddf5e commit c075035

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
@@ -924,7 +924,7 @@ Option Description D
924924
``csv_delimiter`` Sets the field delimiter separating values (one ``,``
925925
character only)
926926
``csv_enclosure`` Sets the field enclosure (one character only) ``"``
927-
``csv_escape_char`` Sets the escape character (at most one character)
927+
``csv_escape_char`` Sets the escape character (at most one character) empty string
928928
``csv_key_separator`` Sets the separator for array's keys during its ``.``
929929
flattening
930930
``csv_headers`` Sets the order of the header and data columns
@@ -934,7 +934,7 @@ Option Description D
934934
``a,b,c\n1,2,3`` ``[]``, inferred from input data's keys
935935
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
936936
with a ``\t`` character
937-
``as_collection`` Always returns results as a collection, even if only
937+
``as_collection`` Always returns results as a collection, even if only ``true``
938938
one line is decoded.
939939
``no_headers`` Disables header in the encoded CSV ``false``
940940
``output_utf8_bom`` Outputs special `UTF-8 BOM`_ along with encoded data ``false``

0 commit comments

Comments
 (0)