Auto-Detect Format Converter
Logischer Name: T01_A000_AV01_CV01_ConvertAllFormats
Description
Convert data between multiple formats including CSV, JSON, HTML, Excel, XML, and YAML with a single powerful action.
Request Input
Body Type: DtoRequestT01_A000_AV01_CV01_ConvertAllFormats
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| InputData | string | yes | Input data to be converted | |
| InputFormat | string | yes | Input Format. Default: Auto-detect. | |
| OutputFormat | string | no | Limit output formats to improve performance. E.g. 'CSV, JSON, Excel'. Blank = all |
Response Output
Body Type: DtoResponseT01_A000_AV01_CV01_ConvertAllFormats
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| DetectedFormat | string | no | Detected Format | |
| Json | string | no | JSON result | |
| Xml | string | no | XML result | |
| Yaml | string | no | YAML result | |
| FirstCsv | string | no | First CSV result | |
| Csv | IEnumerable<string> | no | CSV result | |
| FirstHtmlTable | string | no | First HTML-table result | |
| HtmlTable | IEnumerable<string> | no | HTML result | |
| FirstTextTable | string | no | First Text-table result | |
| TextTable | IEnumerable<string> | no | Text-table result | |
| Excel | byte[] | no | Excel result |