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

Support for tab field delimiter #106

Open jlc opened 10 months ago

jlc commented 10 months ago

Hi!

Would it be possible to add support for a tab field delimiter ("\t")?

Patchy has been done by adding "\t" to the VALID_FIELD_DELIMITERS in field-stringifier.js, would it be enough?

Thanks! Perfect csv-writer for my current needs! :)))