dosboy
Member since Jan 29, 2010
- Profile: /members/5297-dosboy.htm
- URL: http://dosboy.ca/
- Comments: 2
Recent Blog Comments By dosboy
-
Ask Ben: Parsing CSV Strings With Javascript Exec() Regular Expression Command
Posted on Jan 29, 2010 at 4:09 AM
Hmm... seems the massive delay had to do with outputting the data, and not parsing the CSV. Parsing 7034 records and storing them in localStorage using JSON only takes 0.179 seconds. Very nice. Thanks :)... read more »
-
Ask Ben: Parsing CSV Strings With Javascript Exec() Regular Expression Command
Posted on Jan 29, 2010 at 3:18 AM
I'm using your code to parse a CSV file (pasted into a textarea) that contains almost 8000 lines with 4-5 records per line. It is taking an inordinate amount of time. With 1000 records it took about 45 seconds, but I've been running it with the 8000 records for over 10 minutes so far and there's n... read more »