Sha256: d92ffab9e9fbcc02130ab034a2c02883ed727d793237d9273eb804b094897ab9

Contents?: true

Size: 1.17 KB

Versions: 10

Compression:

Stored size: 1.17 KB

Contents

---
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"}


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
purecloud-0.45.1 doc_out/CsvSchema.html.md
purecloud-0.44.1 doc_out/CsvSchema.html.md
purecloud-0.43.1 doc_out/CsvSchema.html.md
purecloud-0.42.1 doc_out/CsvSchema.html.md
purecloud-0.41.1 doc_out/CsvSchema.html.md
purecloud-0.40.1 doc_out/CsvSchema.html.md
purecloud-0.39.1 doc_out/CsvSchema.html.md
purecloud-0.38.1 doc_out/CsvSchema.html.md
purecloud-0.37.1 doc_out/CsvSchema.html.md
purecloud-0.36.1 doc_out/CsvSchema.html.md