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.  Substring function in WTX 8.2

    Posted 04/07/16 01:17 PM

    Originally posted by: SJacob


    Hi, Can any one please help me with the below.

    I have an input string of an Item of length 60.

    I want to map the first 30 to a field and Map the remaining 30, starting from position 31 to another field.

    Any suggestion would be greately appreciated.

    Thanks.

    SJacob


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


  • 2.  Re: Substring function in WTX 8.2

    Posted 04/07/16 04:19 PM

    Originally posted by: paul.brett


    Use LEFT(Input,30) and MID(Input,31,30)

    Thank-you.

    Paul

    Follow me on Twitter


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


  • 3.  Re: Substring function in WTX 8.2

    Posted 04/08/16 10:30 AM