Values.InputFormatOptionsSourceThe format options for the data that was imported into the target table. There is one value, CsvOption.
type nonrec t = {csv : CsvOptions.t option;The options for imported source files in CSV format. The values are Delimiter and HeaderList.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of CsvHeader.t ] list
| `String of CsvDelimiter.t ])
list ])
list ]