This is exactly how I built my CSV. And it imports just fine, detecting all the cards, sets, etc.
Only the foil count is always 0, even though I populate the correct fields... In the app they all get merged to one card instance with a general total, like I showed in the attached screenshot.
Hello David,
This is exactly how I built my CSV. And it imports just fine, detecting all the cards, sets, etc.
Only the foil count is always 0, even though I populate the correct fields... In the app they all get merged to one card instance with a general total, like I showed in the attached screenshot.
I am importing a load of cards from a CSV file, but I noticed that foil cards are not accepted.
For example, I import this:
Name,Rarity,Count,Foil count,Special foil count,Number,Set,Set code,Scryfall ID
"Ornithopter of Paradise",,,common,,,,,,3,0,3,,,430,Modern Horizons 2,MH2,,,,,,,,,,23ac45cf-4dc8-47b9-8ca8-e72464f745d6
"Ornithopter of Paradise",,,common,,,,,,1,1,0,,,232,Modern Horizons 2,MH2,,,,,,,,,,025b0f0f-daf6-4071-82e7-39c015447ce4
"Ornithopter of Paradise",,,common,,,,,,3,0,0,,,232,Modern Horizons 2,MH2,,,,,,,,,,025b0f0f-daf6-4071-82e7-39c015447ce4
And this results in UrzaGatherer as 1 entry counting just the 7 total cards.