You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Quote characters in card names aren't correctly escaped in CSVs so they aren't correctly imported elswhere. The first quote is escaped, but the second is not.
To Reproduce
Steps to reproduce the behavior:
Create a new Cube.
Add Henzie "Toolbox" Torre to the cube.
Export a CSV of the cube
Open the CSV in a text editor
Expected behavior
All double quotes should be escaped by replacing them with two consecutive double quote characters.
Screenshots
name,CMC,Type,Color,Set,Collector Number,Rarity,Color Category,status,Finish,maybeboard,image URL,image Back URL,tags,Notes,MTGO ID
"Giant Growth",,"Instant",,"lea","197",common,g,Owned,,false,,,"","",
"Henzie ""Toolbox" Torre",,"Legendary Creature - Devil Rogue",,"ncc","2",mythic,m,Owned,,false,,,"","",
The text was updated successfully, but these errors were encountered:
Describe the bug
Quote characters in card names aren't correctly escaped in CSVs so they aren't correctly imported elswhere. The first quote is escaped, but the second is not.
To Reproduce
Steps to reproduce the behavior:
Henzie "Toolbox" Torre
to the cube.Expected behavior
All double quotes should be escaped by replacing them with two consecutive double quote characters.
Screenshots
The text was updated successfully, but these errors were encountered: