Jens
Member since Mar 8, 2010
- Profile: /members/5601-jens.htm
- URL: http://jensandeelinh.net
- Comments: 2
Recent Blog Comments By Jens
-
Ask Ben: Parsing CSV Strings With Javascript Exec() Regular Expression Command
Posted on Mar 9, 2010 at 10:04 AM
I discovered that I needed to use a <textarea> in my form to paste CSV data into instead of a <input type="text"> to get it to recognize the line breaks. Now it's working perfectly. Thanks again for posting this! PS - I'm using Chrome and didn't check this behavior in other browsers.... read more »
-
Ask Ben: Parsing CSV Strings With Javascript Exec() Regular Expression Command
Posted on Mar 8, 2010 at 3:50 PM
Thanks for posting this. I'm testing it out on some CSV data, but running into trouble when using it on anything with more than one line. The main array only ends up with one nested array that contains all the values from the CSV file. It doesn't break at the end of a line to create a new nested ... read more »