Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 535 Bytes

csvstyle-type.md

File metadata and controls

20 lines (14 loc) · 535 Bytes
description title
Learn more about: CsvStyle.Type
CsvStyle.Type

CsvStyle.Type

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.

Applies to