We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6c13a commit bce570dCopy full SHA for bce570d
components/serializer.rst
@@ -1075,7 +1075,7 @@ Option Description D
1075
``csv_escape_char`` Sets the escape character (at most one character) empty string
1076
``csv_key_separator`` Sets the separator for array's keys during its ``.``
1077
flattening
1078
-``csv_headers`` Sets the order of the header and data columns ``[]``, inferred from input data's keys
+``csv_headers`` Sets the header labels and the order of the columns ``[]``, inferred from input data's keys
1079
E.g.: if ``$data = ['c' => 3, 'a' => 1, 'b' => 2]``
1080
and ``$options = ['csv_headers' => ['Label A' => 'a',
1081
'b', 'Label C' => 'c']]``
0 commit comments