ocaml-csv.git
18 years agoFix to handle the crappy not-quite-CSV files sent by Nedstat.
rich [Sat, 13 Aug 2005 10:10:31 +0000 (10:10 +0000)]
Fix to handle the crappy not-quite-CSV files sent by Nedstat.

19 years agoFixed 'make clean'
rich [Tue, 24 May 2005 13:53:45 +0000 (13:53 +0000)]
Fixed 'make clean'

19 years agoAdded csvtool for using CSV files on the command line.
rich [Tue, 24 May 2005 13:52:50 +0000 (13:52 +0000)]
Added csvtool for using CSV files on the command line.
Added check-manifest, dist rules to Makefile
Updated MANIFEST.
Comment fix in csv.mli.

19 years agoCsv.square, Csv.print_readable functions.
rich [Thu, 17 Feb 2005 15:51:47 +0000 (15:51 +0000)]
Csv.square, Csv.print_readable functions.
Added some example code.

19 years agoFlush stdout after printing.
rich [Wed, 19 Jan 2005 17:10:19 +0000 (17:10 +0000)]
Flush stdout after printing.

19 years agoRead and write tab-delimited files.
rich [Wed, 22 Dec 2004 13:47:51 +0000 (13:47 +0000)]
Read and write tab-delimited files.
Csv.associate function.

19 years agoAdded the Csv.trim function.
rich [Mon, 6 Dec 2004 17:40:50 +0000 (17:40 +0000)]
Added the Csv.trim function.
Cleaned up some of the documentation.

20 years agoAdded 'make dist' rule.
rich [Mon, 22 Dec 2003 10:07:19 +0000 (10:07 +0000)]
Added 'make dist' rule.

20 years agoAdded CSV parsing library, and fixed handling of "0 (ASCII NUL).
rich [Wed, 17 Dec 2003 16:05:08 +0000 (16:05 +0000)]
Added CSV parsing library, and fixed handling of "0 (ASCII NUL).