You cannot reliably/easily parse/split CSV with embedded delimiters using regex...you can cheat a bit if your data allows by making the delimiter <', '> instead of just <,>
David J.
Michael Moore
unread,
May 25, 2016, 8:26:25 PM5/25/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Well, that explains why I couldn't find a solution. Thanks David