IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
#Supplychain
 View Only
  • 1.  Importent - Issue with special characters while fetching from DB

    Posted 05/21/13 09:31 AM

    Originally posted by: Sidhumohan


    Hi All,

    Using DBLOOKUP i am fetching a CLOB data from database. This CLOB data contains some special characters which, after fetching from DB gettign converted to some other characters. The field where i am fetching is set as data language UTF-8 but when i am trying with certain special characters its coming along with some other invalid characters.

    For eg:- If i am the clob data containing special charater  © this is gettng converted to Ã'©.

    similarly these charaters ýöÅôÉ€óò&  are gettign converted to Ã½Ã¶Ã…ôÉâ'¬Ã³Ã²

    Any help appreciated..

    regards,

    Sidhu


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


  • 2.  Re: Importent - Issue with special characters while fetching from DB

    Posted 09/10/13 09:50 AM

    Originally posted by: Bhoju


    apply leaveprint() function


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


  • 3.  Re: Importent - Issue with special characters while fetching from DB

    Posted 10/23/13 09:09 AM

    Originally posted by: Sidhumohan


    The LEAVEPRINT function removes all non-printable characters from a text item.

    But i want excat these characters and dont want to remove those.


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


  • 4.  Re: Importent - Issue with special characters while fetching from DB

    Posted 10/23/13 02:16 PM

    Originally posted by: pcp


    Try changing the data language to UTF-16 or LATIN-1 in the field where you are fetching the CLOB data.

    Thanks, Phil


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


  • 5.  Re: Importent - Issue with special characters while fetching from DB

    Posted 10/23/13 03:24 PM

    Originally posted by: Sidhumohan


    UTF-16 not workign..have to try with latin-1...I have this same issue while inserting these characters to the database too....the encoding used in the type tree is UTF-8...Still not working...Any one please suggest..


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


  • 6.  Re: Importent - Issue with special characters while fetching from DB

    Posted 11/21/13 06:02 PM

    Originally posted by: DJ2610


    You can use iso-8859-1 it supports all the special characters

     

    Thanks,

    Dilip


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


  • 7.  Re: Importent - Issue with special characters while fetching from DB

    Posted 11/28/13 02:29 AM

    Originally posted by: paul.brett


    Turn on the input card backup.  This will give you a 'raw' version of the input data from the adapter before any changes are applied by the input Typetree.  If this data is correct, then it is your Typetree at fault.

     

    If the input backup data is wrong, then you need to look at adjusting your NLS_LANG variable to match that used by the DB server.


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