| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Database.Dawdle.Parser
Documentation
Arguments
| :: Char | Separator character for CSV |
| -> String | Source of the text (stdin/file name) |
| -> Text | Data.Text.Lazy's |
| -> Either ParseError [[String]] | Either Text.Parsec's |
Parses a CSV file and returns a 2D list of parsed strings