User Activity

Hi, I have an excel with the data in the below format Rows at level 1 is a parent to the next subsequent rows at Level 2. For ex: Development (row 2) is parent to Java, dotnet, php (rows 3,4,5) Testing (Row 6)i s parent to Manual, Automation, Load...
I need to apply the routing conditions, and based on the matching criteria I have to call SOAP update, create methods: Criteria 1: ($employee *.empId exists in $employees) && ($employee *.empId == $excelEmp *.empId) then take $excelEmp and call Updat...
Kudos given to