wizzomafizzo / tapto

Launch games using physical objects
GNU General Public License v3.0
64 stars 9 forks source link

Taptui script writes unescaped content #14

Closed wizzomafizzo closed 2 months ago

wizzomafizzo commented 5 months ago

If a game has a comma in the filename (not uncommon) it will be written raw to the mappings CSV which makes the parser die thinking there's 4 fields

Taptui should escape these characters or double quote text field (or both)

Need to consider characters: " ' ,

sigboe commented 2 months ago

fixed #42