delimiterType property
The delimiter type to use. Possible string values are:
- "DELIMITER_TYPE_UNSPECIFIED" : Default value. This value must not be used.
- "COMMA" : ","
- "SEMICOLON" : ";"
- "PERIOD" : "."
- "SPACE" : " "
- "CUSTOM" : A custom value as defined in delimiter.
- "AUTODETECT" : Automatically detect columns.
Implementation
core.String? delimiterType;