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.  Multiple input goups to single output group

    Posted 04/25/10 01:58 PM

    Originally posted by: ashw_r


    Hi,

    I have two input groups: -

    InGp1(s)
    ---ApplicantXML
    ---ApplicantID

    InGp2(s)
    ---BureauXML
    ---ApplicantID

    I need to map every instance of the above groups to the following group: -

    OutGp(s)
    ---RequestXML
    ---ApplicantID

    If there are 2 'InGp1' and 3 'InGp2' elements, the map should create 5 'OutGp' elements with 'RequestXML' = either 'ApplicantXML' or 'BureauXML' and corresponding ApplicantID.

    What I am trying to is to somehow call two functional maps in the same rule. Is this possible?

    Been trying to figure this out for a while now so any help/alternate suggestion will be much appreciated.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Multiple input goups to single output group

    Posted 05/03/10 03:30 AM

    Originally posted by: ashw_r


    I solved this by creating a partitioned sub-type on the OpGp for each Input group and then called a functional map for each of them.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender