Skip to content

Commit a36944a

Browse files
authored
Clarifies 'csv_headers' option
1 parent 2a5bfbe commit a36944a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ Option Description De
897897
``csv_escape_char`` Sets the escape character (at most one character)
898898
``csv_key_separator`` Sets the separator for array's keys during its ``.``
899899
flattening
900-
``csv_headers`` Sets the headers for the data ``[]``, inferred from input data's keys
900+
``csv_headers`` Sets the order of the header and data columns ``[]``, inferred from input data's keys
901901
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
902902
with a ``\t`` character
903903
``as_collection`` Always returns results as a collection, even if only

0 commit comments

Comments
 (0)