3.3.1 cl-csv
"A common lisp library providing easy csv reading and writing"
This library aims to simplify working with csvs to the bare minimum of tedium
- reads/writes csvs from/to strings, streams and files
- support streaming reads (allowing processing very large csvs, through
read-csv’s row-fn paramter)
- supports custom data formating
- settable quote, separator and quote-escapes
- supports multiline quoted data
- A test suite
- Detailed state about the process on error (line number, column number, char
index), current collection state