Hello,
In the past when I have imported entities or updated records with entity names, they were imported as formatted in the spreadsheet ( LastName, FirstName). This is the first time I have experienced the names displaying as "FirstName LastName" after the import. Did I miss something in my entitySplitter settings ? This is what I used:
{
"delimiter": ";",
"matchOn": ["labels", "idno"],
"entityType": "individual",
“relationshipType”:"featured"
}
Also, this display format is only affecting new entities; if an entity already exists in C/A it imports and displays correctly. ?