read-csv
Read-csv is a library for reading csv (comma-separated-values) files. It is short (68 loc), documented (manual) and tested (519 tests)

  • Loadable and testable using ASDF
  • handles quoted text, including quotes with separators, newlines and quotes-within-quotes.
  • handles multiline data
  • handles internationalized data

For more info see:

Topics: file format, Text, Warren Wilkinson, CSV