You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: