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.  ignoring markup char's in data

    Posted 10/27/04 01:42 PM

    Originally posted by: SystemAdmin


    Does anyone know how to keep this from happening? On the input I'm receiving (xml file):

    <FamilyName>D&apos;Abrosia</FamilyName>

    And on the output I'm getting:

    <FamilyName>D&apos;Abrosia</FamilyName>

    What I would like to see is:

    <FamilyName>D&apos;Abrosia</FamilyName>

    In other words, just leave the field alone. I've heard about cdata but don't know how I could apply it in the map and to every field.

    Can anyone help?
    Mary
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 2.  Re: ignoring markup char's in data

    Posted 10/28/04 12:28 AM

    Originally posted by: SystemAdmin


    This is because of your restrictions in the type tree. You have exclude restrictions on the output which change & into & but you have no restrictions in the input type tree to change the &apos; into '.
    You can either remove the restrictions from the output if your input is all escaped or add the restriction to the input to change escaped characers to normal text.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender