Can anybody recommend a way to parse CSV files with options to:
Cassava works in memory and is very simple library e.g.
encode [("John" :: Text, 27), ("Jane", 28)] "John,27\r\nJane,28\r\n"