csvcat
Concatenate comma separated value files
Read multiple comma separated value files, such as exported from Excel or a database, and combine the output into a single file. Options are available to limit the columns included and to semi-intelligently skip headers.
Version 1.1
Released: Sat Sep 1 16:36:39 2007
Release Details
Download
Download version
1.1
Related Links
- Command line programs are classes, too! (2008-05-12)
- Most OOP discussions focus on GUI or domain-specific development areas, completely ignoring the workhorse of computing: command line programs. This article examines CommandLineApp, a base class for creating command line programs as objects, with option and argument validation, help text generation, and more. ...
- Command line programs are classes, too! (2008-05-11)
- Most OOP discussions focus on GUI or domain-specific development areas, completely ignoring the workhorse of computing: command line programs. This article examines CommandLineApp, a base class for creating command line programs as objects, with option and argument validation, help text generation, and more. ...
Related Projects