Bulk Uploading & Updating Regions
The region upload feature work similarly to the site upload feature. Each row in the template represents a region in the system. The template is relatively simple and only has three columns.
identifier - Is how the Region is identified by the system. Adding a new identifier will add a new region to the project. Including an existing identifier will overwrite the name & parent identifier fields for that region.
name - Is how the region appears to the user, in the reporting feature, in the mobile app and dashboard.
parent_identifier - Should be the region id of the region that the region should appear under. If the region does not appear under another region, it should be blank
Example:
identifier | name | parent_identifier |
asia | Asia | |
south_asia | South Asia | asia |
nepal | Nepal | south_asia |