mtgjson / mtgsqlive

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

Non-standard types in csv file columns #98

Closed gwax closed 1 year ago

gwax commented 1 year ago

A number of the csv files give strange values for the expected types.

for example, booleans like "isNonFoilOnly" in sets.csv appears to be floating point with 1.0 used to denote TRUE

As another example, columns serialized from dictionaries like "relatedCards" from cards.csv appear as a stringified Python dictionary and cannot be easily deserialized back to the desired data