Originally posted by: Bragger
Hi,
I want to call multiple functional maps on a same group in Output. There are 2 input cards - Say Input 1 and Input 2 both of which are repeating 0:s times.
There is a group in Output say Group_Output which is repeating 10 times. Now I want to call functional map from Input 1 and only when all 10 spots are not filled from Input 1 then call functional map from Input 2. Else if all 10 spots are filled from Input 1 then do-not take data from Input 2.
Please note - I have to implement some other complex logic inside when I call functional map from Input 1 before mapping the field in Output. It is not straight map and hence it's not possible to use EITHER function upfront. Because in that case I will have to write condition on what basis it should go to functional map 2. Even if I write Either function but I am not sure how to determine on run time itself that how many spots are filled from functional map 1.
Do I need to make use of partition group here? Will that help. Can someone share example on how to use Partition group in that case?
I have a restriction here that I can-not call another map using RUN function due to some other system issues.
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange