bnvk / Conjuror

An experiment in the CSV format, open data, magic, and wizardly things!
Other
11 stars 2 forks source link

Add robust CSV parsing on the input #16

Closed simonv3 closed 9 years ago

simonv3 commented 9 years ago

The diff is not that pretty, but the main thing that I've changed is that I'm using an existing CSV library to parse the CSV (I had some nested commas in my descriptions).

Basically most of the actual processing CSV code is now nested within a csv.parse callback.

bnvk commented 9 years ago

@simonv3 you're awesome :+1: