spacechem-community-developers / SpaceChem-Community-Edition

Release repository of the SpaceChem Community Edition
39 stars 1 forks source link

Import gets confused if the puzzle name contains commas #52

Closed csaboka closed 4 years ago

csaboka commented 4 years ago

The export/import functionality uses comma separators everywhere, but if the puzzle name in the first line contains a comma, the fields will be misinterpreted. We need either a way to escape commas, or do the typical CSV quoting (double quotes "protect" commas inside them, and you need to double your double quotes inside quoted strings).

csaboka commented 4 years ago

This has just been released.