janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
226 stars 35 forks source link

Added option to disable automatic quoting altogether #168

Closed tartale closed 1 month ago

tartale commented 1 month ago

Per the discussion in issue #163 , it seems like it'd be helpful to have an option that disables the automatic quoting that is provided by papaparse.

This PR introduces a new option, and exits-early from the papaparse function that injects quotes.

tartale commented 1 month ago

Issue will be fixed elsewhere: https://github.com/janisdd/vscode-edit-csv/issues/163#issuecomment-2395526838