quotingMode property

String? quotingMode
getter/setter pair

Specifies how double quotes are interpreted.

If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "normal character" - "value quoting"

Implementation

core.String? quotingMode;