Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 579 Bytes

File metadata and controls

22 lines (16 loc) · 579 Bytes
description Learn more about: CsvStyle.Type
title CsvStyle.Type
ms.subservice m-source
ms.topic reference

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