Originally posted by: repanzer1
Just to add to what Dhiren.Ghelani mentioned....
Where it says ",200.00<LF>WEST,R06...", that is the exact place where it expects to see the <LF>;
Level 1: Offset 166, len 0, comp 1 of 1, #1, DI 0000001C:)
Data at offset 166 (',200.00<LF>WEST,R06...') does not match TERMINATOR '<LF>'
of TYPE X'0004' (01_RECORD RECORD_TYPES Root).
For any field in the trace file, it shows exactly the data it is trying to validate (,200.00<LF>WEST,R06...) and it says what it expects to be in that place, in this case, the terminator of 01_RECORD RECORD_TYPES Root, which is the <LF>.
Now you need to figure out why the map is looking for the record terminator where the data ",200.00<LF>WEST,R06.." is.
There are 10 types of people in this world. Those who understand binary and those who don't.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender