- (csv-parser [DELIMITER]) => PARSER procedure
When invoked, csv-parser returns a parser procedure takes in a string 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.