vscode-edit-csv
vscode-edit-csv copied to clipboard
Non-quote quoteChar still quotes quotes
What OS?
- all
Description
From issue 1035 in papaparse
which also affects our version of papaparse
console.log(csv.unparse([['x"y']], { quoteChar: '@', delimiter: ' ' }))
outputs
@x"y@
but should output
x"y