Command line utilities for tab-separated value files

Andrei Alexandrescu via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Apr 13 11:02:41 PDT 2016


On 04/11/2016 08:50 PM, Jon D wrote:
> Hi all,
>
> I've open sourced a set of command line utilities for manipulating
> tab-separated value files. They are complementary to traditional unix
> tools like cut, grep, etc. They're useful for manipulating large data
> files. I use them when prepping files for R and similar tools. These
> tools were part of my 'explore D' programming exercises.
>
> The tools are here: https://github.com/eBay/tsv-utils-dlang
>
> They are likely of interest primarily to people regularly working with
> large files, though others might find the performance benchmarks of
> interest as well (included in the README).
>
> I'd welcome any feedback, either on the apps or the code. Intention is
> that the code be reasonable example programs. And, I may write a blog
> post about my D explorations at some point, they'd be referenced in such
> an article.
>
> --Jon

Looking great. Thanks!

https://www.facebook.com/dlang.org/posts/1275477382465940

https://twitter.com/D_Programming/status/720310640531808261

https://www.reddit.com/r/programming/comments/4ems6a/commandline_utilities_for_large_tabseparated/


Andrei



More information about the Digitalmars-d-announce mailing list