Generating CSV files from lisp data
Function PRINC-CSV Write the list ITEMS to csv-stream.
Reading in CSV files
Function PARSE-CSV-STRING Parse a csv line into a list of strings using seperator as the column seperator and quote as the string quoting character.