cl-csv

Common Lisp library providing easy CSV reading and writing

Description

This Common Lisp library aims to simplify working with CSVs:

 * reads/writes CSVs from/to strings, streams and files
 * support streaming reads (allowing processing very large CSVs, through
   read-csv's row-fn parameter)
 * supports custom data formatting
 * 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

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/AccelerationNet/cl-csv


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install cl-csv