Values.OutputFormatOptionsSourceRepresents a set of options that define the structure of comma-separated (CSV) job output.
type nonrec t = {csv : CsvOutputOptions.t option;Represents a set of options that define the structure of comma-separated value (CSV) job output.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of Delimiter.t ]) list ])
list ]