quoteCharacter property
A single character used for escaping when the field delimiter is part of the
value. For example, if the value is a, b
, Amazon S3 wraps this
field value in quotation marks, as follows: " a , b "
.
Implementation
final String? quoteCharacter;