qorelanguage / qore

Qore Programming Language
GNU General Public License v2.0
61 stars 10 forks source link

CsvUtil does not support the standard approach for escaping quotes #604

Closed davidnich closed 8 years ago

davidnich commented 8 years ago

from https://tools.ietf.org/html/rfc4180

"If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote."

pavelkveton commented 8 years ago

following Ondra's advice, I'm changing milestone to 0.8.11.1, I'll fix the bug there and then we can consider changing the default escape char in develop branch (0.8.12 milestone), since the issue is already fixed in develop: https://github.com/qorelanguage/qore/commit/cb1e0ae215e12138dd7cc49ae0f8803afe956480