Originally posted by: thorstenhirsch
Hi. Your first functional map has the wrong parameters. You are calling:
F_MakeClientLoop(global:Input, ...)
But global:Input is not a sequence. Thus WTX calls this functional map one time only. You should use the sequence as the first parameter of the functional map in order to call it multiple times:
F_MakeClientLoop(lender:.:Input, ...)
I also suggest to rename the function to F_EachLender.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender