About this endpoint
What it does
Converts an uploaded XML file into a downloadable CSV file. You send the XML file in the request body and receive the converted CSV as a binary file in the response.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name. Default: sample-output. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | XML file to convert. Must be sent as binary data and use MIME type text/xml or application/xml. |
Response
Returns a downloadable CSV file as a binary response. The response schema is a single binary string representing the converted data.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | Binary CSV file containing the converted data. |