/attoparsec-csv

Parser for the CSV format in Haskell using the 'attoparsec' library

Primary LanguageHaskell

attoparsec-csv

This is a parser for data formatted in the comma separated values (CSV) format.

The code is written in Haskell and uses the Attoparsec parser combinator library.