Pietracoops / yugioh_cardlist_scraper

Yugioh Card Database Generator offline CSV: Simple python script that is used to scrape the KONAMI website to acquire a complete list of all yugioh cards (and their respective card information) into csv files. This can serve as a great tool for developers interested in the yugioh domain.
17 stars 2 forks source link

"$" delimiter not working with LibreOffice Calc #3

Open cowlicker12 opened 1 year ago

cowlicker12 commented 1 year ago

If I open up DuelistNexus.csv and set the only delimiter to be "$", the sheet doesn't load the data properly. See image below. I also tried including Tab, but there were still problems.

image

Pietracoops commented 1 year ago

I use microsoft Excel and I am not receiving any issues, I am unfamiliar with libre office but it seems like a potential bug with that software. The logic for outputing each card does not change from line to line, though what you can try is modifying the script to change the delimiter to a different symbol. With regards to the missing passcodes, that is an issue with certain cards as the passcode may or may not be available on the webpage - I have updated the code to search other places for the passcode so you can try performing a pull for the latest version.

Kreegola commented 8 months ago

would be potentialy good to convert all the file to an open soruce

Pietracoops commented 8 months ago

I will make sure that it is accessible as well by libre-office for the next revision