Convert XML to CSV
Logischer Name: T01_A008_AV01_CV01_ConvertXmlToCsv
Description
Convert a XML to a CSV.
Request Input
Body Type: DtoRequestT01_A008_AV01_CV01_ConvertXmlToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Xml | string | yes | XML |
Response Output
Body Type: DtoResponseT01_A008_AV01_CV01_ConvertXmlToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Csvs | IEnumerable<string> | yes | CSV table list | |
| FirstCsv | string | yes | First CSV table |