doowb / grunt-convert

Grunt task to convert to or from JSON, YAML, XML, PLIST or CSV.
MIT License
84 stars 17 forks source link

how about CSV? #7

Closed jonschlinkert closed 11 years ago

jonschlinkert commented 11 years ago

I'm working on a project now that could use this with CSV, but I don't know how common that actually is. @hariadi do you think it would be worth it? how often have you worked with CSV?

jonschlinkert commented 11 years ago

I think this is worthwhile since csv is sometimes used for i18n translations. I'd like to use https://github.com/wdavidw/node-csv

hariadi commented 11 years ago

No problem add suppot to CSV.

I think we need to refactor how we convert format file to another. The idea is, directly require file formats (xml, json, yml or csv) and return json object.

Congratulations on the birth of your new baby, @jonschlinkert!