Originally posted by: seetharaman
We are facing issue in converting some of the special characters in text message(EBCDIC data language) format to Native (ASCII) format. The ASCII message created is used as input in the next map to create the output in UTF8 format. The issue is, all the character in binary data language are getting converted properly except few special character (Ex: '@', '.'). When the consumer application tries to decode the special character data they are getting improper data for the special characters '@', '.'. Please advise what is the data type we need to set when converting string in Binary format to ASCII so that even special character get converted properly.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender