ThomasMertes / seed7

Source code of Seed7
GNU General Public License v2.0
224 stars 12 forks source link

Correctly handle double quotes in toCsvLine #26

Closed burningrooftop closed 9 months ago

burningrooftop commented 9 months ago

The toCsvLine function should quote the field if it contains a double quote anywhere in the field.

E.g.

abc"def should be converted to "abc""def", but the toCsvLine function leaves it unquoted.

ThomasMertes commented 9 months ago

Thank you very much.