Module type Adaptor.SimpleFlatFile.SPEC_NAMES


module type SPEC_NAMES = sig .. end
Input signature for Adaptor.SimpleFlatFile.Make_names. Specifies the values necessary for building a specialized flat file adaptor, including a list of field neams.

val comments : string option
Ignore lines starting with this string.
val blanks : bool
Ignore blank lines if true.
val max : int
Split into no more fields than this; unlimited if 0.
val delim : char
Split on this delimiter character.
val names : string list
The names of the fields, in order.