Hacker News new | ask | show | jobs
by kibwen 683 days ago
> Libraries to work with it in major languages. One in Rust

burntsushi is nine years ahead of you: https://crates.io/crates/csv

1 comments

Yeah, I used it about 7-8 years ago. I liked the idea of chaining things, but it's very clear that csv has not been holding up well in the past decades.

Also, what I have in mind for file sharding needs maybe a standard on top of a record/column file format. The successor to CSV should be easy to process in parallel.