CSV (library)
The CSV library, authored by Jeffrey Massung, permits reading and writing comma-separated-values (CSV) files.

The project allows for the configuration of the format employed in the CSV data consumption and persistence processes, investing at the same time in efficiency. Both types of operations can be performed on streams.

The library complies to the Apache License, Version 2.0.

The source code is available under GitHub - massung/csv: CSV Parser for Common Lisp.

Topics: file format, Text, CSV