{
"entityType": "group",
"skipRemoveTagsFromEntity": true,
"preprocessor": "phoenixGenericTags",
"headerRowIdentifier": "Organization Ref ID",
"idColumnName": "Organization Ref ID",
"idType": "externalId",
"tagTypes": [
{
"tagValueColumnNames": ["Employee ID"],
"separator": "_",
"tagTypeColumnName": "Role Name",
"tagTypeNamesMap": {
"Project Hierarchy Manager": "Group Owner",
"Project Manager": "Product Owner",
"Project Hierarchy Performance Lead": "GPL"
},
"attributes": {
"entityTag": [
{
"action": "optional",
"associatedValue": "",
"defaultValue": "",
"label": "Country",
"attrValueColumnName": "Country",
"type": "text"
},
{
"id": "bcd123",
"action": "optional",
"associatedValue": "",
"defaultValue": "",
"label": "Group Manager",
"attrValueColumnName": "Group Manager",
"type": "person"
}
],
"others": [
{
"action": "optional",
"associatedValue": ["Agile Group"],
"label": "Group name",
"type": "groupType"
}
],
"values": [
{
"action": "optional",
"associatedValue": "",
"defaultValue": "",
"label": "Supervisory Manager",
"attrValueColumnName": "Manager ID",
"type": "person"
},
{
"id": "abc123",
"action": "optional",
"associatedValue": "",
"defaultValue": "",
"label": "Manager group lead",
"attrValueColumnName": "Manager Group Lead",
"type": "person"
}
]
}
}
],
"importShadowTag": false
}
|