Skip to content

Index of Module csv

Chris Petersen edited this page Oct 16, 2014 · 5 revisions

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
Clone this wiki locally