The encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. It currently can only be set to UTF8.
UTF8
The delimiter that will be used to separate comma-separated value (CSV) records. Possible values are (space), , (comma), (tab), | (pipe) and ;.
,
|
;
Specifies the format of the JSON the output will be written in. Possible values are Array and LineSeparated.
Array
LineSeparated
The serialization format used for outgoing data streams. Possible values are Avro, Csv, Json and Parquet.
Avro
Csv
Json
Parquet