AAVSO / VStar

VStar is a visualisation and analysis tool for variable star data brought to you by AAVSO
https://www.aavso.org/vstar
GNU Affero General Public License v3.0
10 stars 3 forks source link

#311: quoting comments field including escaping of quotesw #313

Closed dbenn closed 1 year ago

dbenn commented 1 year ago

I have fixed the bug by quoting the comments field and escaping any double quotes in the field by preceding each with a double quote, as per the CSV spec.

I've tested that this works using the V405 Dra data set, by saving and reloading it, and also adding quotes inside a row of data to see if it loads and saving it again to ensure that escaped quotes are preserved.