Jertzukka / dlensExporter

Python GUI program to convert .dlens into .csv format.
MIT License
12 stars 6 forks source link

Added Export Foils #1

Closed Piccar closed 1 year ago

Piccar commented 1 year ago

Added the Possibility to export information if the card is foiled or not in the CSV

Jertzukka commented 1 year ago

Does this actually work? I have only few foil cards to test on and the ones I have such as Ezuri, Renegade Leader (8a448dbf-08a1-4145-a4b2-0265cc9f2e53) show up as 0 in the .dlens export database. I'm not sure if the dlens file tracks the foil status (or it might be that this card is only available in foil so it shows 0, don't know.)

Piccar commented 1 year ago

So, I checked with my Cards and here it worked flawlessly. If you check the SQL Database the foil status will be tracked. I will attach some pictures to show you. This is the dlens file: IMG_20220822_134738_045 As you see the foil status will be exported.

And here a CSV File I created with my changes: IMG_20220822_135452_236

The column on the right from the language is the foil status.

Jertzukka commented 1 year ago

All the examples you had have both non-foil and foil variants, so if I had to guess my example didn't show up as foil as it only has foil version. Thanks for the contribution! :+1: