7 lines
314 B
Text
7 lines
314 B
Text
|
This library parses and dumps documents that are formatted according to
|
||
|
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
|
||
|
(CSV) Files". This format is used, among many other things, as a lingua
|
||
|
franca for spreadsheets, and for certain web services.
|
||
|
|
||
|
WWW: http://hackage.haskell.org/package/csv
|