Hi!
We’re trying to import a place hierarchy. We’ve been reading the wiki documentation over and over and we’re sure that we tried everything but our places hierarchy does not import correctly.
The hierarchy we are trying to achieve is:
Place Hierarchy "Orte" - Continent - Country - City
We now have a mapping that imports all places with correct id and preferred name and assigns the correct place type. It imports everything under the correct place hierarchy. We had to look the hierarchy_id up in the SQL database, it’s 309 in our configuration. Without the id the mapping wouldn’t import one single thing but output a foreign key error.
So right now a "sucessful" import looks like this:
The problems we face are
a) that there is no hierarchical order at all: All places are on the same level and
b) the cities are imported but do not show up at all in the hierarchical place structure.
What are we doing wrong? We tried to work in the same fashion as discussed here (http://www.collectiveaccess.org/support/forum/index.php?p=/discussion/294586/import-places) using the placeHierarchyBuilder. In this case, there are no names, ids nor place types or hierarchies imported but blank entries in the ca_place table (to be seen only in the SQL Database).
Thanks for your help! Awesome software you built!
We’re using Pawtucket 1.6.3 on a dedicated server running php 5.5.