I have a schema that is the souce with an element that is unbounded. I have a similar element on the destination schema that is also unbounded. I'm trying to figure out how in the map I can ignore the first instance in the source map?
A:
Connect the unbounded source record to an 'Iteration' functoid.
Connect the 'Iteration' to a 'Greater Than' functoid. Add a '1' as input paramter.
Connect the result of the 'Greater Than' to the unbounded record in the destination.
magnus
2009-06-08 22:02:36
Again works great. Thanks a lot.
NeilE
2009-06-09 17:49:10