delimited-text is a Haskell library that allows parsing of character delimited textual data such as comma separated value (CSV) files.
Installation
cabal install delimited-text
Documentation
Reporting bugs
Please report bugs or feature requests in our issue tracker.
Development
delimited-text‘s source code is hosted at github. You can check out a copy of the repository with the following command:
git://github.com/kaoskorobase/delimited-text.git
