Download List

專案描述

csvutils is a set of four shell scripts to handle CSV files. Three are purpose-built tools to help manage file collections, but the fourth is a general-purpose script containing shell functions to parse CSV files and format arbitrary text into a CSV field.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-12-17 20:12
20031217

This release adds broader support for different Unix variants and shells, a new function in csvutils to transform arbitrary text into a CSV field, a new "exclude" option in csvcomp, csvmake, and csvpost, a new option to add a comment in csvmake, a new option to omit posting the CSV in csvpost, a more versatile "subject" option in csvpost, and many tweaks for efficiency, portability, and/or bugfixes.
標籤: Major feature enhancements

2003-11-10 21:37
20031110

This release bends toward portability. It will now run under the Bourne and Korn shells and with the mawk and nawk AWK enterpreters. There are some bugfixes and a couple of new features.

2003-09-30 18:23
20030929

The CSV specification was changed as documented in
the man page. In csvutils, the PAIRED and RELAXED
algorithms were merged, and PAIRED was
depreciated. Conformance with the specification
change was implemented. Support for regular
expression and multi-character delimiters were
added.
標籤: Major feature enhancements

2003-08-24 15:55
20030824

A STRICT bug was fixed. Unquoting was optimized.
標籤: Minor bugfixes

Project Resources