ryu1kn / csv-writer

Convert objects/arrays into a CSV string or write them into a CSV file
https://www.npmjs.com/package/csv-writer
MIT License
246 stars 39 forks source link

Allow other delimiters ? #28

Closed EsrefDurna closed 5 years ago

EsrefDurna commented 5 years ago

Hello,

a library shouldn't be forcing users what is allowed and what isn't allowed, you could have console.error and say, hey csv standards are only ; and ,

You shouldn't be throwing an error. if a user wants to have a character to be the delimater.

ryu1kn commented 5 years ago

Thanks for your comment @EsrefDurna

You might be interested in checking this issue and upvote #16