Popularity
3.9
Declining
Activity
0.0
Stable
2
5
0

Monthly Downloads: 11
Programming language: Haskell
License: MIT License
Tags: Data     CSV    

csv-table alternatives and similar packages

Based on the "CSV" category.
Alternatively, view csv-table alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of csv-table or a related project?

Add another 'CSV' Package

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