Values.CsvConfigurationSourceA delimited data format where the column separator can be a comma and the record separator is a newline character.
type nonrec t = {columnSeparator : StringValue1.t option;Column separator can be one of comma (','), pipe ('|), semicolon (';'), tab('/t'), or blank space (' ').
*)escapeChar : StringValue1.t option;Escape character can be one of
*)quoteChar : StringValue1.t option;Can be single quote (') or double quote (").
*)nullValue : StringValue256.t option;Can be blank space (' ').
*)trimWhiteSpace : Boolean.t option;Specifies to trim leading and trailing white space.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of StringValue1.t ]) list ]