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.  Concating lines in functional map

    Posted 08/30/12 10:07 AM

    Originally posted by: Vikrant264


    I want to concat lines in functionl map on input conditions for Eg:

    sample input:
    :72:/REC/Instruction information
    //Of the Record
    /TELE/Instruction Information
    //Of the Telephone
    /TELE/Instruction mation
    I am sending this input to the functional map and i want to append the next line to previous line if it starts with 2 slashes

    sample output
    /REC/Instruction information //Of the Record
    /TELE/Instruction Information //Of the Telephone
    /TELE/Instruction mation

    has anyone encountered this kind of scenario?
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: Concating lines in functional map

    Posted 09/05/12 06:57 AM

    Originally posted by: jvanboga


    This is a type tree item.

    Input tree
    Group
    rec1 (required) = left 2 bytes cannot = "//" use NL as terminator
    rec2 (0 to ???) = left 2 bytes = "//" use NL as termiantor

    Output tree
    rec1 (1:S) = element for input rec1 + delimiter (SP) + input rec2 + terminator
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender