Originally posted by: SystemAdmin
>> Could this be a "data binding" issue?
Thanks for the suggestion. That's what I thought initially so I passed a second copy of the input without good results. Then I simplified the map rule in the functional map and still had an issue.
In the input, the value of Date is present 5 times and missing 5 times. The following occurs with each of these map rules:
= Date Date is present 5 times in the output and missing 5 times.
= EITHER(Date, NONE) Date is present 5 times in the output and missing 5 times.
= EITHER(Date, TEXTTODATE("20121116")) All ten Date fields contain 20121116.
Now I've eliminated the EITHER function and am using a LOOKUP function. It appears to be working as expected. I still have to add three more conditions to the map rule though. I hate ACORD data!
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender