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

Line breaks causing incorrect csv #8

Open tim4vt opened 5 years ago

tim4vt commented 5 years ago

If the data for the csv includes a line break, it causes a line break in the csv an therefore we end with a incorrect csv. It would be great if it could ignore \r\n \r \n.