Originally posted by: repanzer
Yeah, the searchup returns only one value, but your asking it against a repeating group. It seems like what's happening is;
It grabs the 1st group:input1, then does a searchup to group:input2, goes into the F_map, maps the first output record. It then goes up a level, and the map says to itself, should I grab the next group:file1, or, do I still need to worry about the second object I have passed to the F_map, which is a searchup on a repeating group where the second field in the repeating group equals the second field in the input. Have I search every group:file2 for a record where the second field equals the second field in the input? No, so let me go do that.
So you said, go searchup on a repeating group, so I'm going search every "group:input2" where KeyField:Line:Group:File2=KeyField:Line:Group:File1.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange