This application is designed to assist in completing the annual UIS Survey, by automating the data extraction from FEDEMIS and filling in the Excel template.
All efforts have been made to ensure the data extracted from FEDEMIS is correct, however it remains your responsibility to check the extracted data is correct before submitting it to UIS.
The following tables in Bold are generated by this application – The remaining tables are currently not supported or the data is not available in the data warehouse.
The codebase for this application is currently online at https://github.com/JeremyKells/emis-exporter/tree/FSM The Application is designed to use a two step process to create the extract.
This design allows this application to be reused across countries irrespective of their EMIS systems, by customizing the SQL queries that create the temporary tables. Should UIS update the template for the extract in the future, a single update to the codebase that inserts the data should update the application for all countries using it. (though of course if additional data is then required, this may require modifications to the SQL queries for the temporary tables)
Should errors occur running this application, it will most likely be due to the country specific SQL not returning clean datasets – Have there been any schema changes recently? Check that there are no Null values being returned (e.g. map unknown age to -1), and that all values are as specified above.