Values.CSVInputSourceContains information about the comma-separated value (CSV) file to select from.
type nonrec t = {fileHeaderInfo : FileHeaderInfo.t option;Describes the first line of input. Valid values are None, Ignore, and Use.
*)comments : String_.t option;A single character used to indicate that a row should be ignored when the character is present at the start of that row.
*)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.
*)}