Schools CSV Import
Last updated
Was this helpful?
Last updated
Was this helpful?
Schools for each country can be imported from CSV file. This function is available on Schools list - Admin page
Rows with bad data can be skipped with selecting flag in popup, but default behaviour is to do all or none, so if the file contains at least one incorrect row (for example with incorrect geo-point), everything will be discarded. When file is being uploaded, it will be scheduled for processing by background worker (added to queue). Progress will be visible at particular file import page.
After file is processed, errors are displayed, so the file can be reviewed to find data misalignments.
There are few validation steps for every row to perform. Basically, steps are:
every row is being checked with basic validations (type validity, required fields are presented, value is one of valid choices)
duplicates are being identified and removed
points outside country boundaries are being removed
More information about validation is available in corresponding readme file: