QuoteStyle.Type specifies the quote style.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the QuoteStyle.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).
Argument | Value | Description |
---|---|---|
QuoteStyle.None | 0 | Quote characters have no significance. |
QuoteStyle.Csv | 1 | Quote characters indicate the start of a quoted string. Nested quotes are indicated by two quote characters. |
Applies to
Here’s a list of functions that work with QuoteStyle.Type:
- Combiner.CombineTextByDelimiter
- Combiner.CombineTextByEachDelimiter
- Csv.Document
- Lines.FromBinary
- Lines.FromText
- Splitter.SplitTextByAnyDelimiter
- Splitter.SplitTextByDelimiter
- Splitter.SplitTextByEachDelimiter
- Splitter.SplitTextByWhitespace
- Table.CombineColumns
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy