Copyright | © 2017 George Steel |
---|---|
License | MIT |
Maintainer | george.steel@gmail.com |
Safe Haskell | Safe |
Language | Haskell2010 |
Implementation of RFC 4180-compliant CSV parser and emitter. Works with both LF (Unix) and CRLF (DOS) linebreaks and allows varianble-length records. The header line (if one is used) is the first item in the parsed list, and can be separated with a pattern match.