@hackage txt-sushi0.6.0
The SQL link in your *NIX chain
Categories
License
BSD-3-Clause
Maintainer
keithshep@gmail.com
Links
Versions
Installation
Dependencies (7)
- base >=3 && <5
- binary
- bytestring
- containers
- directory
- parsec Show all…
Dependents (4)
@hackage/SBench, @hackage/acme-everything, @hackage/csv-nptools, @hackage/progression
txt-sushi is a collection of command line utilities for processing comma-separated and tab-delimited files (AKA flat files, spreadsheets). The most important utility (tssql) lets you perform SQL selects on CSV files. By focusing exclusively on processing text files with a tabular structure, TxtSushi simplifies common tasks like filtering, joining and transformation that would take more effort to accomplish with a general purpose text processing language.