Module type Adaptor.SimpleFlatFile.SPEC


module type SPEC = sig .. end
Input signature for Adaptor.SimpleFlatFile.Make. Specifies the values necessary for building a specialized flat file adaptor.

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.