Convert JSON to CSV
Logischer Name: T01_A002_AV01_CV01_ConvertJsonToCsv
Description
Convert a JSON to a CSV.
Request Input
Body Type: DtoRequestT01_A002_AV01_CV01_ConvertJsonToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Json | string | yes | JSON |
Response Output
Body Type: DtoResponseT01_A002_AV01_CV01_ConvertJsonToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Csvs | IEnumerable<string> | yes | CSV table list | |
| FirstCsv | string | yes | First CSV table |