Blog
JavaScript Snippet – Simple CSV Parser
As I mentioned in yesterday’s post, I was recently working on a quick way to parse CSVs into an array of arrays and alternatively into an array of dictionaries keyed on the values in the first row. I ended up landing on the following definition: As you can see the Read more…