Values.CSVOutputSourceContains information about the comma-separated value (CSV) file that the job results are stored in.
type nonrec t = {quoteFields : QuoteFields.t option;A value that indicates whether all output fields should be contained within quotation marks.
*)quoteEscapeCharacter : String_.t option;A single character used for escaping the quotation-mark character inside an already escaped value.
*)recordDelimiter : String_.t option;A value used to separate individual records from each other.
*)fieldDelimiter : String_.t option;A value used to separate individual fields from each other within a record.
*)quoteCharacter : String_.t option;A value used as an escape character where the field delimiter is part of the value.
*)}