cl-simple-table
cl-simple-table copied to clipboard
Simple table data structure and functions to work with them. Specially useful to play around with tabular data files (like csv or tsv).
Results
2
cl-simple-table issues
Sort by
recently updated
recently updated
newest added
I encountered a file with a separator within a quoted string, and split-string broke the string into two fields. I considered replacing split-string with a cl-ppcre regular expression (see [stackoverflow...
It would be useful to read from streams as well as files.