DetectedServiceDto
A service detected from the CSV headers during analysis
Properties
| Name | Type | Description |
|---|---|---|
| csvServiceName | string | Display name of the detected service (e.g., "SA100", "A/Cs", "A/Cs (2)") |
Display name of the detected service (e.g., "SA100", "A/Cs", "A/Cs (2)") | ||
| clientCount | integer | Number of rows with a non-empty fee value for this service |
Number of rows with a non-empty fee value for this service | ||
| feeColumnIndex | integer | The column index of the fee column for this service in the CSV. |
The column index of the fee column for this service in the CSV. | ||
JSON Example
{
"csvServiceName": "string",
"clientCount": 0,
"feeColumnIndex": 0
}