Safe Haskell | Safe-Infered |
---|
Data.CSV.Conduit.Parser.Text
Description
This module exports the underlying Attoparsec row parser. This is helpful if you want to do some ad-hoc CSV string parsing.
- parseCSV :: CSVSettings -> Text -> Either String [Row Text]
- parseRow :: CSVSettings -> Text -> Either String (Maybe (Row Text))
- row :: CSVSettings -> Parser (Maybe (Row Text))
- csv :: CSVSettings -> Parser [Row Text]