OptionalescapeCharacter used to escape special characters. Defaults to '"'
OptionalnewlineString used to denote new lines. Defaults to auto-detected '\r', '\n', or '\r\n'
OptionalquoteCharacter used to quote fields. Defaults to escapeChar value
OptionalseparatorCharacter used to separate fields. Defaults to ','
OptionaltrimWhether to trim whitespace from fields. Defaults to false. NOTE: this option is not supported when streaming, as trimming requires buffering the entire field.
Options for configuring CSV entity parsing.