...
If you need to update a few relationships, this can be done individually within the FDW.
If you need to update many relationships, this is best done by uploading a relationship table.
For new Markets and IDP camps, their relationships to admin units can be specified when uploaded by adding a parent column in the file, and the system will automatically create the relationships.
...
The relationship tab should be set up as follows:
from_unit_name | from_fnidunit | relationship_type | to_unit_name | to_unit |
---|---|---|---|---|
The FDW will also accept "from_fnid", "from fnid", "fromfnid", or "fnid_from_unit" as the column header. | The FDW will also accept “relationship type” or “relationship” as the column header. | The FDW will also accept "to_fnid", "to fnid", "tofnid", or "fnid_to_unit" as the column header. | ||
This column should contain the name of the old geographic unit. | This column should contain the FNID of the old geographic unit. | This column should include the type of relationship between the old and new units. Use a type from the list at the beginning of this page. | This column should contain the name of the new geographic unit. | This column should contain the FNID of the new geographic unit. |
...