thewca / wca-workbook-assistant

Java application for processing Excel workbooks with WCA competition results for uploading them to the WCA database
7 stars 4 forks source link

Opening rezipped TNoodle .zip files does not work #78

Closed jazzthief81 closed 9 years ago

jazzthief81 commented 10 years ago

Sometimes people rezip the extracted TNoodle .zip files, but they zip the folder instead of the contents of the folder. This means that there is one extra level in the .zip file than in the original .zip file. Currently the Workbook Assistant can not handle this and says it can not find the .json file.

Related to #75.

Example: Opening Kanto Open 2014.zip gives: Could not find Kanto Open 2014.json in C:\Users\larsv\Downloads\Kanto Open 2014.zip

jfly commented 10 years ago

Wow, what? Why would people do this? To decrypt the zip file? Maybe they only did this to send results in? I'm tempted to not do anything here.

jazzthief81 commented 10 years ago

Yeah, I'm guessing the only reason is that they want to send us a non password protected file. This problem will resolve itself if we let the WCA delegates attach the scrambles from the Workbook Assistant. I'm going to move this issue from the milestone.

jazzthief81 commented 9 years ago

WCA Delegates have been using the Workbook Assistant for a year now since we introduced the ability to attach scrambles. During this time, this issue hasn't presented itself once so there is no need to cater for this situation.

I'm closing the issue because we won't fix it.