Originally posted by: SystemAdmin
this:
fmap(XYZLoop IN input)
is saying "look for all instances of XYZLoop regardless of where they are found" - it's useful for counting differnt type of records, e.g. in a EDIFACT UNT segment
this:
fmap(XYZLoop:Transaction#837InboundPartnerSet V5010X220:#837F5010X220Inbound Partner Funct
'lGroup ANSI:PartnerX12InboundInterchange:input)
Is describing a specific instance of XYZLoop - this is the normal way of calling the functional map (although I would switch ellipses on to simplify the path).
I'm surprised that (ii) creates more output than (i) - I would have expected it to be the other way round.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange