Closed tartale closed 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.
papaparse
This PR introduces a new option, and exits-early from the papaparse function that injects quotes.
Issue will be fixed elsewhere: https://github.com/janisdd/vscode-edit-csv/issues/163#issuecomment-2395526838
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.