Closed albertvaka closed 7 months ago
Or could just disallow any counter with a comma in the name, but what about those that have already been created? Maybe a warning popup? It could say:
"Some of your counters contain commas which do not export then import again correctly. You may edit them if you wish."
Maybe most of us already know to avoid commas, though, so not a big deal.
Since we export to CSV "by hand" and there's no escaping/unescaping, exported counters containing
,
can't be imported back because the comma is the field delimiter.