csv-table: Scripts for manipulating tables stored as CSV files

[ data, library, mit ] [ Propose Tags ]

Scripts for manipulating tables, e.g. filter, join, etc. stored as CSV files


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4 && <5), containers, csv, filepath, process [details]
License MIT
Author Ranjit Jhala
Maintainer jhala@cs.ucsd.edu
Category Data
Home page https://github.com/ucsd-progsys/csv-table
Uploaded by ranjitjhala at 2016-04-21T18:17:31Z
Distributions NixOS:0.1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1613 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-11 [all 1 reports]

Readme for csv-table-0.1.0.1

[back to package description]

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