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.  Validating the input string

    Posted 07/07/12 05:00 PM

    Originally posted by: Vikrant264


    I am trying to validate the input string, the case is as mentioned below.

    The input string may contain characters A-Z,a-z,0-9,?,/,-,(,) if the sting contains any other characters than these, the map should abort.

    how can i write a rule for this ? Basically i am not able to use regular expressions in WTX.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Validating the input string

    Posted 07/09/12 01:51 AM

    Originally posted by: KK_WTX


    Hi ,

    You can achieve this scenario with the help of restriction concept in the Type Tree.Exclude all these characters in the Type Tree itself than it won't go to the map.In the validation itself map will fail.

    Thanks,
    KK.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender