IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
Expand all | Collapse all

Special Character conversion issue when converting string in EBCDIC format to Native

  • 1.  Special Character conversion issue when converting string in EBCDIC format to Native

    Posted 08/14/15 06:21 AM

    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


  • 2.  Re: Special Character conversion issue when converting string in EBCDIC format to Native

    Posted 08/14/15 01:44 PM

    Originally posted by: paul.brett


    ASCII '@' is hex character '40'.

    EBCDIC '@' is hex character '7C'.

    Using Typetree objects Latin1 and IBM1047 translates this correctly.

    Thank-you.

    Paul

    Follow me on Twitter


    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender