CSV and TSV

This library provides functions for reading and writing the CSV ⧉ and TSV ⧉ formats.

  • read(S) — Short name for csv/read-csv(S)
  • read-csv(s) — Convert a CSV string to a list of lists
  • read-tsv(s) — Convert a TSV string to a list of lists
  • write(S) — Short name for csv/write-csv(S)
  • write-csv(LoL) — Convert a list of lists to a CSV string |

  • write-tsv(LoL) — Convert a list of lists to a TSV string