Values.FormatOptionsSourceRepresents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
type nonrec t = {json : JsonOptions.t option;Options that define how JSON input is to be interpreted by DataBrew.
*)excel : ExcelOptions.t option;Options that define how Excel input is to be interpreted by DataBrew.
*)csv : CsvOptions.t option;Options that define how CSV input is to be interpreted by DataBrew.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of MultiLine.t
| `List of
[> `Integer of SheetIndex.t | `String of SheetName.t ] list
| `String of Delimiter.t ])
list ])
list ]