bryanmylee / svelte-headless-table

Unopinionated and extensible data tables for Svelte
https://svelte-headless-table.bryanmylee.com/
478 stars 31 forks source link

`addDataExport` generates invalid CSV when cells contain commas #171

Open lafkpages opened 10 months ago

bryanmylee commented 10 months ago

Thanks for the report! The CSV mode definitely isn't up to spec, I'll see what I can do.

lafkpages commented 10 months ago

I ended up using object mode and csv-stringify, but having it built-in would be great.