alexcaza / export-to-csv

Export a JS collection to CSV; written in TypeScript.
Other
207 stars 48 forks source link

support a custom file extension #110

Closed juhis closed 3 months ago

juhis commented 3 months ago

Thanks for a great quick library!

This PR adds support for a fileExtension option motivated by a need to save tab-delimited .tsv files

useTextFile is kept for compatibility

Let me know if I missed something