fare-csv
fare-csv is a library for reading and writing CSV files.

fare-csv is a small library of functions by Fare Rideau. It allows your CL program to import or export CSV files (Comma-Separated Values) that you exported from some PC application or other (database, spreadsheet, etc.).

It is somewhat configurable in what it accepts and produces and tries to conform to what little standards seem to exist.

fare-csv source code is at: http://common-lisp.net/gitweb?p=users/frideau/fare-csv.git


Topics: file format, Text, CSV