--- title: CsvSchema --- ## PureCloud::CsvSchema ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **carrier_id** | **String** | Carrier ID associated with this CSV schema. | [optional] | | **header_row** | **Integer** | Row number for the CSV's headers. This is zero indexed (i.e. 0 is row 1). | | | **data_row** | **Integer** | Row number of the first line of data. This is zero indexed (i.e. 0 is row 1). | | | **header_mappings** | **Hash<String, String>** | CSV header name to object name mappings. For example, \"ROUTE_TEL_PREFIX\" to \"Prefix\" might be one such mapping. | | | **rate_type** | **String** | Rate type for the sheet. | | | **name** | **String** | Human readable name for schema. | | | **date_format** | **String** | A date format that represents the date time stamp you want to parse. This is based on the reference time of Mon Jan 2 15:04:05 MST 2006. For example, if you had the date 13-OCT-2015, this parameter should be 02-Jan-2006. As another example, if you have the date 2014-09-20, this parameter should be 2006-01-02. | [optional] | {: class="table table-striped"}