nicho92 / MtgDesktopCompanion

Cards manager for magic the gathering
Apache License 2.0
163 stars 35 forks source link

Import Stock from DeckStat #295

Open nicho92 opened 3 hours ago

nicho92 commented 3 hours ago

Integrate file import export from the deckStat format

card_name,set_code,set_name,amount "+2 Mace",AFR,Adventures in the Forgotten Realms,4 "A Killer Among Us",MKM,Murders at Karlov Manor,4 "A Little Chat",SNC,Streets of New Capenna,4 "A Tale for the Ages",WOE,Wilds of Eldraine,4 "A-Acererak the Archlich",AFR,Adventures in the Forgotten Realms,4 "A-Akki Ronin",NEO,Kamigawa: Neon Dynasty,4 "A-Alrund's Epiphany",KHM,Kaldheim,3 "A-Alrund, God of the Cosmos",KHM,Kaldheim,4

nicho92 commented 3 hours ago

Suggestion : using the complete file format, and get the card variations Text format :

1 [CLB#54] Aarakocra Sneak #commentaire !Foil (LNG=en) (COND=NM) (added=2024-10-15)
1 [DMU#373] Liliana of the Veil #!Signed
1 [PUMA#U10] Liliana of the Veil #(LNG=fr) (COND=LP)

CSV format:

amount,card_name,is_foil,is_pinned,is_signed,set_id,set_code,collector_number,language,condition,comment,added
1,"Aarakocra Sneak",1,,,,"CLB","54","en","NM","commentaire",2024-10-15
1,"Liliana of the Veil",,,1,,"DMU","373",,,,
1,"Liliana of the Veil",,,,,"PUMA","U10","fr","LP",,