gkindel / csv-js

A Comma-Separated Values parser for JavaScript. Standards-based, stand alone, and no regular expressions.
http://gkindel.github.io/cxv-js/csv.html
106 stars 35 forks source link

Parse negative numbers and exponent notation #25

Closed BenediktSeidl closed 7 years ago

BenediktSeidl commented 7 years ago

needed to parse negative numbers, but thought it would be nice to support all valid floating point numbers.

NaN, Infinity and -Infinity are not yet supported.

gkindel commented 7 years ago

Awesome, thanks!