Add .gitignore file for git.
[ocaml-csv.git] / csvtool.ml
2008-10-27 richFix 'trim ~left' and add csvtool trim subcommand.
2006-12-05 richFix csvtool call to support '-' notation for reading...
2006-12-05 richAdded 'csvtool call' which allows neat integration...
2006-11-24 richAllow '-' to mean read from stdin.
2006-11-24 richThrow an error if the named column requested does not...
2006-11-24 richColumns NOT numbered from zero (unless -z given).
2006-10-24 richDocumentation update.
2006-10-24 richCsvtool:
2006-06-06 rich'csvtool replace' command.
2005-11-25 richImplemented:
2005-05-24 richAdded csvtool for using CSV files on the command line.