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

Mapping nulls into string table

  • 1.  Mapping nulls into string table

    Posted Wed October 30, 2002 11:53 PM

    Hi,
    Hope someone should have solved this problem.
    When we have a variable in input and we need to map it to a string table.
    In the sting table I am using %/variable%

    Now when the value is null, the string “%/variable%” is getting passed.

    I want it to be null when it is null.

    Thanks in advance,


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


  • 2.  RE: Mapping nulls into string table

    Posted Thu October 31, 2002 05:02 AM

    You could try putting a Branch on the variable, such as:

    Branch on %/variable% (eval. labels is set to false)
    $null:set the var to ‘null’ in the table
    $default:map the variable accross

    Hope this helps,
    Ben


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