We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2f648 commit aa4ef13Copy full SHA for aa4ef13
components/serializer.rst
@@ -899,12 +899,12 @@ Option Description De
899
flattening
900
``csv_headers`` Sets the order of the header and data columns
901
E.g.: $this->serializer->serialize(
902
- ['c' => 3,'a' => 1,'b' => 2],
903
- 'csv',
904
- ['csv_headers' => ['a', 'b', 'c']]);
+ ['c' => 3,'a' => 1,'b' => 2],
+ 'csv',
+ ['csv_headers' => ['a', 'b', 'c']]);
905
returns
906
- a,b,c
907
- 1,2,3 ``[]``, inferred from input data's keys
+ a,b,c
+ 1,2,3 ``[]``, inferred from input data's keys
908
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
909
with a ``\t`` character
910
``as_collection`` Always returns results as a collection, even if only
0 commit comments