Values_1.UploadSettingsSourceInformation about the format for a source file or files.
type nonrec t = {format : FileFormat.t option;File format.
*)startFromRow : PositiveInteger.t option;A row number to start reading data from.
*)containsHeader : Values_0.Boolean.t option;Whether the file has a header row, or the files each have a header row.
*)textQualifier : TextQualifier.t option;Text qualifier.
*)delimiter : Delimiter.t option;The delimiter between values in the file.
*)customCellAddressRange : Values_0.String_.t option;A custom cell address range for Excel files, specifying which cells to import from the spreadsheet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of PositiveInteger.t
| `String of Delimiter.t ])
list ]