Topic: Added "Tcgplayer ID" and "Scryfall ID" optional columns to CSV export
The post title actually covers it. 2 new optional columns in the csv export.
You are not logged in. Please login or register.
Deckbox Forum » Announcements » Added "Tcgplayer ID" and "Scryfall ID" optional columns to CSV export
The post title actually covers it. 2 new optional columns in the csv export.
Big fan of this update. Thank you, Sebi!
~S~
Can you add serialized doctor who cards?
Hey, thanks for that! Does this mean that the deckbox csv import also uses the scryfall guid to identify cards now? As far as I could tell it had used the card name and set name to identify cards on deckbox csv imports, is that right? I just sometimes run into trouble because the app I use to scan cards uses slightly different names for the sets sometimes (mostly just for Commander sets or promos) and then I run into trouble when I try to import them here.
Either way, thanks for the update!
Hey, thanks for that! Does this mean that the deckbox csv import also uses the scryfall guid to identify cards now? As far as I could tell it had used the card name and set name to identify cards on deckbox csv imports, is that right? I just sometimes run into trouble because the app I use to scan cards uses slightly different names for the sets sometimes (mostly just for Commander sets or promos) and then I run into trouble when I try to import them here.
Either way, thanks for the update!
If the csv is generated from deckbox, the printing id is used. Scryfall id is only used in the Manabox importer right now. What app / what format are you using to generate the csv?
Awesome! Much appreciated Sebi.
YonderPeasant wrote:Hey, thanks for that! Does this mean that the deckbox csv import also uses the scryfall guid to identify cards now? As far as I could tell it had used the card name and set name to identify cards on deckbox csv imports, is that right? I just sometimes run into trouble because the app I use to scan cards uses slightly different names for the sets sometimes (mostly just for Commander sets or promos) and then I run into trouble when I try to import them here.
Either way, thanks for the update!If the csv is generated from deckbox, the printing id is used. Scryfall id is only used in the Manabox importer right now. What app / what format are you using to generate the csv?
It's an iOS app called Card Binder. The csv it exports has slightly different columns to what the Deckbox CSV import allows
export_type;scryfall_uuid;set_code;quantity;foil_quantity;card_name;set_name;cardMarketId;english_card_name;lang;collector_number
But it's alright, I wrote my own program that takes in that app's csv and outputs a csv that I can import into Deckbox.
The only problem I have is when the set names don't match, e.g. for Core Set 2015 my app uses "Magic 2015" and Deckbox uses "Magic 2015 Core Set", and then I get an error when I try to import it. It's okay, though, I've got a big if-else that substitutes the wrong set names for the right ones ^^