Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Csvlint.go, command line tool for validating CSV files against RFC 4180 (github.com/clever)
10 points by azylman on Nov 3, 2014 | hide | past | favorite | 4 comments



Cool that you can download this as a standalone binary for OSX/linux/windows! Nice work


Sometimes we work with really large CSV, anyway to make it bail on first error?


I haven't done any performance testing on large data sets yet, but in general I've been super happy with the Go's CSV library, both in terms of performance and ease-of-use.

If the speed ends up being a problem, it should be pretty easy to add a "--bail" flag or something.


In your experience is it CPU bound or disk? Maybe you can split files and use go routines etc?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: