Originally posted by: harishrad
I am using Lookup() from a map to pickup data from last column of a pipe delimited file. The records are seperated by <NL> and the fileds do not have an initator or terminator.
My problem is, when running this map on linux the lookup function is picking up the data from the last column along with carriage return and hence the resulting map output has unwanted carriage return in middle of a record causing downstream systems to fail.
i tried various options already like CTEXT() with "ASCII", TEXT(), TRIMTORIGHT() and so far no luck.
what could be wrong?
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender