| description | Learn more about: CsvStyle.Type |
|---|---|
| title | CsvStyle.Type |
| ms.subservice | m-source |
| ms.topic | reference |
Specifies the significance of quotes in CSV documents.
| Name | Value | Description |
|---|---|---|
| CsvStyle.QuoteAfterDelimiter | 0 | Quotes in a field are only significant immediately following the delimiter. |
| CsvStyle.QuoteAlways | 1 | Quotes in a field are always significant regardless of where they appear. |