Does someone have an idea on where I could find some javascript code to parse CSV data ?
feedback
|
|
You can use the CSVToArray() function mentioned in this blog entry.
| |||
|
feedback
|
|
Im not sure why I couldn't kirtans ex. to work for me. It seemed to be failing on empty fields or maybe fields with trailing commas... This one seems to handle both. I did not write the parser code, just a wrapper around the parser function to make this work for a file. see Attribution
| |||
|
feedback
|
|
I can beat Kirtan's answer I just put the finishing touches on a jQuery plugin library that specializes in CSV parsing, including support for custom delimiters, separators, line endings, etc.. Enter jQuery-CSV Example:
| |||||
feedback
|
|
use the split method in JS:
| |||||||
feedback
|