> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Formatters

The following formatters are available:

| Name                                                                 | Description                                                                                                 |
| -------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [Format to CSV](/references/serializer/csv)                          | Converts the context data to CSV with options for the delimiter, enclosure, separator and skipping headers. |
| [Format to JSON](/references/serializer/json)                        | Converts the context data into JSON.                                                                        |
| [Format to JSON Lines (NDJSON)](/references/serializer/ndjson)       | Converts the context data objects into NDJSON.                                                              |
| [Format to URL encoded](/references/serializer/url-encode)           | Converts the context into a URL encoded string.                                                             |
| [Format to XLSX](/references/serializer/xlsx)                        | Converts the context data into XLSX binary data.                                                            |
| [Format to XML](/references/serializer/xml)                          | Converts the context data into an XML string.                                                               |
| [Format to XML-RPC](/references/serializer/xmlrpc-serializer)        |                                                                                                             |
| [Format to YAML](/references/serializer/yaml)                        | Converts the context data into a YAML string.                                                               |
| [Format to binary data](/references/serializer/binary)               | Converts the context data into binary data.                                                                 |
| [Format to cXML](/references/serializer/cxml)                        |                                                                                                             |
| [Format to form URL encoded](/references/serializer/form-urlencoded) | Converts the context data into form url encoded string.                                                     |
