PageIO-0.0.3: Page-oriented extraction and composition librarySource codeContentsIndex
Text.PageIO.Infer
Documentation
inferSheet :: FilePath -> [Page] -> SheetSource
mkField :: String -> Col -> Row -> Col -> Row -> (Label, Field)Source
namePattern :: ValueSource
datePattern :: ValueSource
data DateMatch Source
Constructors
MkDateMatch
matchLine :: Int
matchIsROC :: Bool
matchYear :: (Int, Int)
matchMonth :: (Int, Int)
matchDay :: Maybe (Int, Int)
show/hide Instances
inferPageNameField :: Page -> (Label, Field)Source
tryMatchName :: (Int, Value) -> [(Label, Field)]Source
inferPageDateFields :: Page -> [(Label, Field)]Source
tryMatchDate :: (Int, Value) -> [DateMatch]Source
validateMatch :: MatchText Value -> Maybe DateMatchSource
dateMatchToFields :: DateMatch -> [(Label, Field)]Source
Produced by Haddock version 2.6.0