Example of Assigning Skills to all People in a Specific Job

The example assigns skills to job assignees.

METADATA|SkillsAssignment|SkillsAssignmentName|Action|AssignedByPersonNumber
MERGE|SkillsAssignment|AssignProgrammer_Python_Mongo|ORA_ASSIGN|10469545

METADATA|Assignee|AssigneeType|SkillsAssignmentName|JobCode|SetCode
MERGE|Assignee|ORA_CORE_JOB|AssignProgrammer_Python_Mongo|APPS_DEV_1|US_SET
MERGE|Assignee|ORA_CORE_JOB|AssignProgrammer_Python_Mongo|APPS_DEV_2|US_SET

METADATA|CoreSkill|Skill|SkillsAssignmentName|RequiredProficiencyLevelCode
MERGE|CoreSkill|Python|AssignProgrammer_Python_Mongo|3
MERGE|CoreSkill|MongoDB|AssignProgrammer_Python_Mongo|4

This assigns the Core skill Python and MongoDB to all workers in the organization of person 10469545, with job APPS_DEV_1 and APPS_DEV_2.