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.  Mapping question

    Posted 04/17/08 10:42 AM

    Originally posted by: SystemAdmin


    Hi Guys,
    As a newbie, I am wondering, how I can map the below scenario.
    I have inputcard with aggregate group(0..2) having two elements itemA and itemB. I need to map this to OUTPUTCARD scalar elements itemA1,itemA2,itemB1 and itemB2.
    Not sure, whether we can use functional map for this.

    Any thoughts?

    Thanks in Advance!!

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


  • 2.  Re: Mapping question

    Posted 04/17/08 11:58 AM

    Originally posted by: SystemAdmin


    Hi Mahesh

    You can do straight mapping.

    You have Group(0...2) for itemA & itemB.In the outputcard you need to map like
    itemA1=itemA.Group[1]
    itemA2=itemA.Group[2]
    itemB1=itemB.Group[1]
    itemB2=itemB.Group[2]

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


  • 3.  Re: Mapping question

    Posted 04/17/08 12:15 PM

    Originally posted by: SystemAdmin


    Thanks, Got it.
    I used INDEX function to get that done. But, your method is easy!!

    -Mahesh

    Message was edited by: maheshpn
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender