Originally posted by: SystemAdmin
Thank-you Jan, you stated my thoughts exactly.
Since the rule for which I would like to use the EITHER function is down about 2 levels of functional maps, I'll have to use a RUN map to implement your suggestion. While I don't like to use run maps, I think that in this situation I will be forced to.
It's unfortunate that the EITHER function does not work as it is defined in the documentation.
EITHER (try_this { , if_nonetry_this } )
Returns
This function returns a single-object.
Returns try_this, if try_this does not evaluate to NONE. Returns if_none_try_this, if try_this evaluates to NONE. Returns the next if_none_try_this, if the first if_none_try_this evaluates to NONE, and so on.
Copyright © 2002 by Mercator Software, Inc.
It should read
Returns whatever argument is first in the data regardless of the order of arguments defined in the function.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender