top | item 40115865

(no title)

tastyminerals2 | 1 year ago

If you need just csv/tsv parsing, you can also take a look at https://github.com/eBay/tsv-utils

discuss

order

fuzztester|1 year ago

interestingly, i had read somewhere earlier that those utilities were written in D.

confirmed it by looking at the site just now.

tastyminerals2|1 year ago

Yes, and with heavy use of one of the biggest D strengths -- CTFE (compile time eval). Great lib!

gpvos|1 year ago

I only found out recently that my favourite csv-munging tool, csvtool, is written in OCaml.