mtgjson / mtgsqlive

MTGJSON build scripts to generate alternative data formats
https://mtgjson.com
MIT License
54 stars 32 forks source link

Air Elemental’s flavor text in cards.csv is not properly escaped or quoted #41

Closed ancestral closed 4 years ago

ancestral commented 4 years ago

MTGJSON Version: 4.6.1

Description of Bug:

A card in the cards.csv file, which appears to be Air Elemental, is missing data in its columns. It appears the flavor text is not properly escaped or quoted.

ancestral commented 4 years ago

It appears the flavor text field is broken. There are uneven double quotes, and this is causing problems with commas not being treated properly.

ancestral commented 4 years ago

What’s happening is the data after a comma will get pushed to the next field, and then that card and possibly the next card will have invalid data.

ancestral commented 4 years ago

Be aware Kongming, "Sleeping Dragon" and Pang Tong, "Young Phoenix" needs escaped double quotes in their names

ancestral commented 4 years ago

OK, it looks like if I change the escape sequence to " then it’s fine..