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

Handle corrupt database exports better #94

Closed jazzthief81 closed 9 years ago

jazzthief81 commented 10 years ago

When the latest database export that is stored locally is corrupt, the Workbook Assistant tries to read it and an Exception is thrown. However this prevents new database exports to be downloaded unless the user manually deletes the corrupt .tsv.zip. file.

jazzthief81 commented 9 years ago

The application now falls back on less recent local database export (if available) in case the latest local database export file is corrupted. The application will of course still always check if a more recent export can be downloaded online.