Skip to main content Link Search Menu Expand Document (external link) Copy Copied

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. The parseConfig.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.

Back to Enumerations overview