textDelimiter property

String textDelimiter
final

The delimiter which surrounds text / fields which have a fieldDelimiter in the text representation.

If for instance the fieldDelimiter is »,«, the textDelimiter is »"« and a field is »some text, with a comma« the output would be »"some text, with a comma"«.

Implementation

final String textDelimiter;