Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a mapping using a router transformation. But I am unable to join the routers output groups. In detail my source file is as follows:
Record_type,Record_data1,EmployeeNo2,EmployeeFirstName3,EmployeeLastName4,EmployeeDetail15,EmployeeDetail2My target is an Oracle table with columns such asEmployeeNo,EmployeeFirstName,EmployeeLastName,EmployeeDetail1,EmployeeDetail2Now I know that if record_type = 1, it is always EmployeeNo and so on.How do i create a mapping for this ?I have tried to put in a router and group it on the Record_type, but unable to link the multiple output groups to a single target.
mykfcexperience