@@ -843,7 +843,7 @@ Option Description D
843
843
``csv_delimiter `` Sets the field delimiter separating values (one ``, ``
844
844
character only)
845
845
``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
847
847
``csv_key_separator `` Sets the separator for array's keys during its ``. ``
848
848
flattening
849
849
``csv_headers `` Sets the order of the header and data columns
@@ -853,7 +853,7 @@ Option Description D
853
853
``a,b,c\n1,2,3 `` ``[] ``, inferred from input data's keys
854
854
``csv_escape_formulas `` Escapes fields containg formulas by prepending them ``false ``
855
855
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 ``
857
857
one line is decoded.
858
858
``no_headers `` Disables header in the encoded CSV ``false ``
859
859
``output_utf8_bom `` Outputs special `UTF-8 BOM `_ along with encoded data ``false ``