Copyright | (C) CSIRO 2017-2018 |
---|---|
License | BSD3 |
Maintainer | George Wilson <george.wilson@data61.csiro.au> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Synopsis
Documentation
data ParseOptions Source #
A ParseOptions
informs the parser how to parse your file.
A default is provided as defaultParseOptions
, seen below.
ParseOptions | |
|
Instances
HasSeparator ParseOptions Source # | |
Defined in Data.Sv.Parse | |
HasHeadedness ParseOptions Source # | |
Defined in Data.Sv.Parse |
defaultParseOptions :: ParseOptions Source #
Default parsing options.
The default is a comma separator, with a header at the top of the file.
defaultSeparator :: Separator Source #
The default separator is comma.
defaultHeadedness :: Headedness Source #
The default is that a header is present.