Popularity
3.9
Declining
Activity
0.0
Stable
2
4
0
Monthly Downloads: 8
Programming language: Haskell
License: MIT License
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.
-
cassava
A CSV parsing and encoding library optimized for ease of use and high performance -
csv-enumerator
An enumerator-based, flexible, constant-memory and fast CSV parser library for Haskell. -
cassava-streams
io-streams interface for the cassava CSV library.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of csv-table or a related project?
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