In FIM, I have a department string attribute in the format deptNumber(space)|(space)deptName.
example: 78596 | IT
In exporting the data to sql table, I need to split the value into two different attributes deptNumber and deptName. I guess I have to do MV coding. Can someone help me how to do this through code please?