wtorek, marca 05, 2013

Porównywanie elementów tablic w Tibco BW

for $left  in $Map-Matcher/input/data return
    (for $right in $Map-Data/input/records return
        if ($left/matchRepeatable/matchField = $right/entry/field and $left/matchAnotherField = $right/anotherField) then $right else ()
    )

0 komentarze: