Hacker News new | ask | show | jobs
by adiusmus 2845 days ago
Good to have another tool for csv debris management. Especially those multigigabyte gifts that need to be in the database “yesterday”. This has happened several days or weeks in a row more times than I can count. And no, people won’t provide such things in sqlite or something sane.

I feel like I should also recommend this: https://digital-preservation.github.io/csv-validator/

I think something like this rewritten in go would be great.

2 comments

> I think something like this rewritten in go would be great.

Why not use it how it is? There are static binaries provided on github.

Isn’t that Java? Not everyone wants java on their server, I’d like something in c or rust. Good project for a few weekends work.