Purbayu’s Weblog
Think and write!

Posts Tagged ‘parser

CSV parser using javascript

November 9, 2008

The following is javascript code which is used to read CSV file. I wrote the code starting from opening CSV file, loading to memory, parsing (into lines and then into fields), and finally displaying as a table.