What steps will reproduce the problem?
1. Try parsing CSV data using a regex special char for either the
separator/delimiter.
The following regex should fix it but needs testing:
{{{strDelimiter = (strDelimiter || ",").replace(/([[^$.|?*+(){}])/g, '\\$1');}}}
Original issue reported on code.google.com by evanpla...@gmail.com on 30 Apr 2012 at 8:51
Original issue reported on code.google.com by
evanpla...@gmail.com
on 30 Apr 2012 at 8:51