@hackage / csv-table

Scripts for manipulating tables stored as CSV files

Latest0.1.0.1

About

Metadata

  • Last updated , by ranjitjhala
  • License MIT
  • Maintained by: jhala@cs.ucsd.edu

  • Lottery factor: 0

Links

Installation

Readme

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