dawdle-0.1.0.2: Generates DDL suggestions based on a CSV file

Safe HaskellSafe
LanguageHaskell2010

Database.Dawdle.Dawdle

Synopsis

Documentation

analyzeFile Source

Arguments

:: Options

Options from getOpts (or defaultOptions) in Database.Dawdle.Options

-> [[String]]

Table containing parsed CSV text, one element per cell

-> Either String [CellType]

Returned type is either error message or list of types, each item representing one column

Analyze a file and return a list of types, or an error.