Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Specifies the significance of quotes in CSV documents.
Allowed values
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. |