Convert YAML to CSV
Logischer Name: T01_A010_AV01_CV01_ConvertYamlToCsv
Description
Convert a YAML to a CSV.
Request Input
Body Type: DtoRequestT01_A010_AV01_CV01_ConvertYamlToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Yaml | string | yes | YAML |
Response Output
Body Type: DtoResponseT01_A010_AV01_CV01_ConvertYamlToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Csvs | IEnumerable<string> | yes | CSV table list | |
| FirstCsv | string | yes | First CSV table |