Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameters made of regex special chars break the parser #1

Closed
GoogleCodeExporter opened this issue Nov 24, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Fixed and incorporated into bugfix release 0.61

Original comment by evanpla...@gmail.com on 4 Jul 2012 at 10:55

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by evanpla...@gmail.com on 5 Sep 2012 at 9:12

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant