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

Validation should check spelling of countries #97

Closed jazzthief81 closed 9 years ago

jazzthief81 commented 10 years ago

As long as the country is filled in, the Workbook Assistant won't complain. However if the country is not defined in countries.tsv, it will be mapped to an empty country code in the JSON. This happened for the results of Atlantic Open 2014.

jazzthief81 commented 9 years ago

This is easy to implement now that we use the countries table from the database export for generating the ISO codes in the JSON export.