FFCO to IOF is a Java program used to convert the French Orienteering Federation (FFCO) members list from CSV format to a set of valid International Orienteering Federation (IOF) XML files.
Currently, the OE2003 and OE2010 formats are supported by the application. Please note the inputted CSV file must keep the header, otherwise the first line of the file will be ignored.
Two XML files are generated :
- One containing the organisations;
- Another containing the competitors.
These XML files respond to the IOF-XML normalisation, which can be used in software like MeOS.
- Select the members list;
- The format should be automatically detected if the csv header is present;
- Change the output location of generated files if needed (by default, the files are generated at the same location than the inputted members list file);
- Click on the "Extract" button.
You can download the runnable Jar here.
A Java 8 version is required to run FFCO to IOF.