Index of Module csv - part-cw/lambdanative GitHub Wiki

Module: csv

Useful procedures for working with comma-separated values (CSV) files.

Functions in this module:

Function Short Description
(csv-read file) Reads a csv file and converts it into a list of lists
(csv-write file output) Writes to a csv file the given output, which is a list of lists