logo
首页技术栈工具库讨论
csv-enumerator

csv-enumerator

CSV files are the de-facto standard in many situations involving data transfer, particularly when dealing with enterprise application or disparate database systems. While there are a number of CSV libraries in Haskell, at the time of this project's start in 2010, there wasn't one that provided all of the following: Full flexibility in quote characters, separators, input/output Constant space operation Robust parsing, correctness and error resiliency Convenient interface that supports a variety of use cases Fast operation This library is an attempt to close these gaps. For more documentation and examples, check out the README at: http://github.com/ozataman/csv-enumerator The API is fairly well documented and I would encourage you to keep your haddocks handy. If you run into problems, just email me or holler over at #haskell.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install csv-enumerator
查看
标签
根据用户添加的标签生成
暂无标签