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
QuoteTokensenumeration is used to “escape” some CSV/TSV fields with embedded special characters. TheparseConfig.dialect.escapeModeoption 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.