mtgjson / mtgsqlive

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

Make comma separated values in a field without spaces #43

Closed ancestral closed 4 years ago

ancestral commented 4 years ago

The fields colorIdentity, colorIndicator and colors have spaces between the values, which throws off things during import.

For example, Mortify’s colors is 'W', 'B'. If we can make it so it has no spaces like 'W','B' then it would be easier to import with SET and ENUM.

omfgitsmark commented 4 years ago

Fixed in #47

EDIT: I can't close this :(