Values.ReadOptionsSourceRead options for an annotation import job.
type nonrec t = {sep : Separator.t option;The file's field separator.
*)encoding : Encoding.t option;The file's encoding.
*)quote : Quote.t option;The file's quote character.
*)quoteAll : QuoteAll.t option;Whether all values need to be quoted, or just those that contain quotes.
*)escape : EscapeChar.t option;A character for escaping quotes in the file.
*)escapeQuotes : EscapeQuotes.t option;Whether quotes need to be escaped in the file.
*)comment : CommentChar.t option;The file's comment character.
*)header : Header.t option;Whether the file has a header row.
*)lineSep : LineSep.t option;A line separator for the file.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of QuoteAll.t | `String of Separator.t ]) list ]