Convert HTML Table to CSV
Logischer Name: T01_A006_AV01_CV01_ConvertHtmlToCsv
Description
Convert a HTML table to a CSV.
Request Input
Body Type: DtoRequestT01_A006_AV01_CV01_ConvertHtmlToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Html | string | yes | HTML table |
Response Output
Body Type: DtoResponseT01_A006_AV01_CV01_ConvertHtmlToCsv
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Csvs | IEnumerable<string> | yes | CSV table list | |
| FirstCsv | string | yes | First CSV table |