packages feed

csv-table-0.1.0.0: README.md

CSV Table Scripts
=================

A collection of scripts to manipulate CSV tables, including:

* `fromFile`       : load a CSV table from a file,
* `toFile`         : save a CSV table to a file, 
* `join`, `joinBy` : joining two tables by a particular column,
* `sortBy`         : sorting a table by a particular column,
* `email`          : emailing the contents of each row to an address in the row,
* `project`        : restricting a table to a particular set of columns