The txt-sushi package
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.
Properties
| Versions | 0.1, 0.2, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.6.0 |
|---|---|
| Dependencies | base (≥3 & <5), binary, bytestring, containers, directory, parsec, regex-posix |
| License | BSD3 |
| Author | Keith Sheppard |
| Maintainer | keithshep@gmail.com |
| Category | Database, Console |
| Home page | http://keithsheppard.name/txt-sushi |
| Bug tracker | https://github.com/keithshep/txt-sushi/issues |
| Source repository | git clone git://github.com/keithshep/txt-sushi.git |
| Executables | csvzip, transposetab, transposecsv, namecolumns, tabtopretty, csvtopretty, tabtocsv, csvtotab, tssql |
| Upload date | Thu Feb 28 01:15:35 UTC 2013 |
| Uploaded by | KeithSheppard |
| Built on | ghc-7.6 |
Modules
- Database
- TxtSushi
- Database.TxtSushi.CommandLineArgument
- Database.TxtSushi.EvaluatedExpression
- Database.TxtSushi.ExternalSort
- Database.TxtSushi.FlatFile
- Database.TxtSushi.IOUtil
- Database.TxtSushi.ParseUtil
- Database.TxtSushi.Relational
- Database.TxtSushi.SQLExecution
- Database.TxtSushi.SQLExpression
- Database.TxtSushi.SQLFunctionDefinitions
- Database.TxtSushi.SQLParser
- TxtSushi
Downloads
- txt-sushi-0.6.0.tar.gz (Cabal source package)
- package description (included in the package)