QuoteTokens Enum
Provides a list of constants to configure the char used as escape character.
Parts
Constant | Member name |
---|---|
1 | Apostrophe |
2 | DoubleQuotes |
3 | Tilde |
Syntax
variable = QuoteTokens
.MemberName
đź“ťNote
The
QuoteTokens
enumeration is used to “escape” some CSV/TSV fields with embedded special characters. TheparseConfig.dialect.escapeMode
option will tell the parser to escape in the unix style, preceding the backslash (\
), or in the RFC-4180 way, preceding another escape character.
- See also
- ParseConfig Property.