Hi, i have kind of the opposite issue.
We are importing with this for entities of type individual (entity_class = individual person)
Rule type Source CA table.element Group
Constant ind ca_entities.type_id
Mapping 1 ca_entities.idno
Mapping 2 ca_entities.source_id
Mapping 3 ca_entities.preferred_labels.forename preferred
Mapping 4 ca_entities.preferred_labels.middlename preferred
Mapping 5 ca_entities.preferred_labels.surname preferred
Mapping 6 ca_entities.preferred_labels.displayname preferred
But the problem is: if forename, middlename and surname are empty, when importing displayname it gets auto populated.
Is there a way to avoid this? To be clear: if i only provide the displayname in the input xls, i dont want the forename, middlename and surname being auto-filled.
thanks!
We also tried to change the order of the mapping to set first displayname and later the other three to see if those get overwritten with blank, but no success.
Bothering @CSIPiemonte since he helped me with another issue for this same import, but i dont want to cross post 😊