combine: Extensible File Matching and Filtering - Summary
This software is part of the GNU Project.
GNU Combine joins, rearranges fields in, reformats, and sometimes summarizes flat files or other data files. It is extensible with Guile, and doesn't need sorted files (if you have enough memory).
Registration Date: Wed 29 Oct 2003 02:21:45 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by dpv, Tue 30 Jul 2013 02:55:02 AM UTC
GNU Combine is a utility for working with text files in their original formats to reformat them, join them together (without requiring sorting), and to keep track of the results of joins.
The package home page is at http://www.gnu.org/software/combine/ where you can find general information and manuals.
[...]
posted by dpv, Thu 30 Oct 2003 07:44:11 PM UTC
The first public release of combine, version 0.3, has been released, and is now available at http://savannah.nongnu.org/download/combine/combine.pkg/0.3/combine-0.3.tar.gz
The program matches files on arbirtry keys using a hash table, and reports on the matches (or lack thereof). It uses Guile for extensibility, including a calendar module for converting and comparing dates (adapted from the Emacs calendar), and it deals with such things as hierarchies and outer joins with aplomb.
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.13-54b4.
Corresponding source code