koles / ya-csv

CSV parser/writer for Node.js
MIT License
242 stars 55 forks source link

Numbers in csv Writer #6

Closed yule closed 13 years ago

yule commented 13 years ago

Came across an issue when writing numbers to csv, data.length is undefined so it can't write out numbers. explicitly turn them into strings so that a number can be written

koles commented 13 years ago

thanks!