IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

RecordList to Ordinary Variables Mapping

  • 1.  RecordList to Ordinary Variables Mapping

    Posted Wed March 19, 2003 07:28 PM

    Hi Gurus-
    This will seem trivial to most of you…

    I have a record populationRec as follows

    populationRec
    populationRecList
    c0
    c1
    c2


    c15

    I’m trying to perform a mapping from the above record to pipeline variables of another flow over a loop

    LOOP /populationRec/populationRec/populationRecList
    MAP
    populationRec
    populationRecList
    c0 -------------------------------->columnVar0
    c1 -------------------------------->columnVar1
    c2 -------------------------------->columnVar2


    c15------------------------------->columnVar15

    The above mapping does not see to work as the columnVar0 …columnVar15 have null values in them. populationRecList has the values and i’m able to see 'em in the pipleline as the loop iterates.

    Thanks in advance
    KrishnaM


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: RecordList to Ordinary Variables Mapping

    Posted Wed March 19, 2003 07:58 PM

    Was this a typo:

    LOOP /populationRec/populationRec/populationRecList

    It should be this, judging from your description of the record.

    LOOP /populationRec/populationRecList


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods