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

Suport for comma as decimal separator #78

Closed Gilson401 closed 3 years ago

Gilson401 commented 3 years ago

Can you add Suport for comma as decimal separator?

ryu1kn commented 3 years ago

Hi @Gilson401 , different values have different requirements for formatting. For now, I'm not thinking to introduce number specific formatting logic to the library; so you need to format the value before you pass your records to the library 😉