Popularity
3.8
Declining
Activity
0.0
Stable
2
4
0
Monthly Downloads: 9
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.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
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