Originally posted by: jvanboga
OK, I added a loop to the end of the subscriber record
dep_date (0:s)
-date_field
I then extracted the unique dates in question so I could see what was happening
extract_unique_dep_dates(unique( DEP_BEGIN_DATE:Dep_Row:In1 ))
I threw the my count unique and min/max outputs into a filler field. ran the results and this is what I got
date count = 2
MAX date = 20030519
MIN date = 20030519
unique dates 20030519 & 20060727
The interesting thing is that in this example the dates extracted are not from "DEP_BEGIN_DATE:Dep_Row:In1". The are from another date field that occurs about 12 columns to the left in the record. So, in a sense the results are correct but for the wrong field, and yes, I confirmed that my rule pointed the correct field.
Then ran this thru 8.1 with debugger on to see what fields the map thought it was checking and it was displaying the correct field name but using the wrong date value as described above.
Any thoughts?
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender