cl-simple-table icon indicating copy to clipboard operation
cl-simple-table copied to clipboard

Separator within string breaks split-line

Open Symbolics opened this issue 4 years ago • 0 comments

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 discussion), but in the end decided this topic needs more time to address properly than I have at the moment. Just documenting the problem and current work here for tracking.

Symbolics avatar Sep 12 '21 01:09 Symbolics