CsvStyle.Type

Updated on

CsvStyle.Type specifies the significance of quotes in Csv documents.

Enumeration Options

Enumerations simplify the process of selecting options within a function. To specify the CsvStyle.Type, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).

ArgumentValueDescription
CsvStyle.QuoteAfterDelimiter0Quotes in a field are only significant immediately following the delimiter.
CsvStyle.QuoteAlways1Quotes in a field are always significant regardless of where they appear.

Applies to

Here’s a list of functions that work with CsvStyle.Type:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/csvstyle-type

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy