AB1908 / GOG-Galaxy-Export-Script

Export your list of games from GOG Galaxy
MIT License
149 stars 27 forks source link

Platform not being populated #37

Closed techdesign closed 3 years ago

techdesign commented 3 years ago

I ran the script and ended up with a spreadsheet that appears to list all of the games, but the platform column is almost empty. It has a few entries, but the vast majority are blank.

I am on Windows 10, using Python 3.9.1. I did notice that my switches appear to not be honored (using -o c:\temp\gog.csv and it still comes out as gamesdb.csv for instance) so perhaps I am just doing something wrong?

I've attached part of my CSV file if that helps. games - Copy.zip

techdesign commented 3 years ago

Okay, hold on a sec...I think it was just an idiot move on my part. I tried opening the file directly via Excel and it mangled the layout, so I did convert text to columns, which showed me the empty platform.

When I started with an empty workbook and did "get data from text/csv" it came in properly and looks fine.

Sorry for the false alarm.

AB1908 commented 3 years ago

Do you have any error messages or output from the terminal to share? I've noticed a few weird errors on my end as well but haven't investigated them yet.

AB1908 commented 3 years ago

Ah, no issues! Feel free to suggest any improvements or other errors!