Emurasoft / excel-csv-import

An Excel add-in for importing and exporting CSV files
https://www.emeditor.com/
MIT License
13 stars 3 forks source link

export does not correctly escape double quoted text #46

Closed sanderpost closed 4 years ago

sanderpost commented 4 years ago

Reproduction:

  1. Create excel file, on A1 add text: this is some text "{{blaat}}" whatever
  2. Export as CSV > export type: textbox.

Expected results: "this is some text ""{{blaat}}"" whatever" Actual results: "this is some text ""{{blaat}}" whatever"

All double quotes should be escaped by a double quote.

Chrome 80.0 Office Online, build: 16.0.12725.35053

MakotoE commented 4 years ago

Thank you; I somehow forgot to check this case.

The fix will be deployed shortly.