columnDelimiter property
Delimiter for the separation of values in a delimiter-separated values feed.
If not specified, the delimiter will be auto-detected. Ignored for non-DSV
data feeds. Acceptable values are: - "pipe" - "tab" - "tilde"
Implementation
core.String? columnDelimiter;