in reply to Framework for handling vast reams of tabular data.

I think, personally, I'd use perl itself (if possible).

You can use sort, grep, map, and split to do almost everything you'll need.

-Paul

  • Comment on Re: Framework for handling vast reams of tabular data.