Originally posted by: deepthideeps
Hi,
I am experiencing a problem in using EITHER with choice groups.
My requirement is:
The output should be REF02 if REF01=1A, 1B, 1D or 1C if present in input, else " ".
REF is a choice group. It can have REF*1A, REF*1B, REF*1D and1C.
Map rule EITHER ( (REF02,REF01=1A), (REF02,REF01=1B), (REF02,REF01=1C), (REF02,REF01=1D)," ")
If the input file contains REF*1A, it will display the output correctly.
That is the first condition in EITHER.
If the input contains 1B, 1C or 1D it will display " " instead of REF02
If I remove the " " from the map rule, it will check for all REF segment and display the output correctly.
Please advise me how to resolve this problem???
Thanks,
Deepthi
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender