fieldDelimiter property

String? fieldDelimiter
getter/setter pair

Specifies the character that separates columns within each row (line) of the file.

The default is comma. The value of this argument has to be a character in Hex ASCII Code.

Optional.

Implementation

core.String? fieldDelimiter;