Open KaelenProctor opened 3 weeks ago
Fixes #2393
Testing:
Before: "Henzie ""Toolbox" Torre",3,"Legendary Creature - Devil Rogue" Second double quote around Toolbox is not escaped for CSV per RFC-4180
"Henzie ""Toolbox" Torre",3,"Legendary Creature - Devil Rogue"
After: "Henzie ""Toolbox"" Torre",3,"Legendary Creature - Devil Rogue"
"Henzie ""Toolbox"" Torre",3,"Legendary Creature - Devil Rogue"
Fixes #2393
Testing:
Before:
"Henzie ""Toolbox" Torre",3,"Legendary Creature - Devil Rogue"
Second double quote around Toolbox is not escaped for CSV per RFC-4180After:
"Henzie ""Toolbox"" Torre",3,"Legendary Creature - Devil Rogue"