- csv-parser #!optional DELIMITERprocedure
When invoked, csv-parser returns a parser procedure takes in a list of characters and returns a list of the form:
((<#csv-record (FIELD1 FIELD2 ...)>) (<#csv-record ... >))
where FIELD represents the field values in a record.
Optional arguments DELIMITER is the field delimiter character, if other than comma.