angeliquekom / vue-json-to-csv

A Vue.js 2 component for transform and download a json in csv format
MIT License
35 stars 9 forks source link

Quotes and commas causing incorrect csv formatting #15

Open gppleton-platform opened 2 years ago

gppleton-platform commented 2 years ago

If I have a column with both commas and quotes (") inside. The whole column is correctly surrounded by ", however the " within the column aren't escaped.