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.

 View Only
Expand all | Collapse all

Flat File field exclusion logic

  • 1.  Flat File field exclusion logic

    Posted Mon July 09, 2007 09:50 AM

    Hello

    We receive a FlatFile and convert it to IS document for mapping. Some flat file fields contains value “!”, which means that these fields have to be ignored.
    Now it is tedeous procedure to have the condition implemented for each and every field, that not to map when “!” is the value.
    Can any one suggest an method to implement a logic so that such field values are not transfered to Target document.

    Rgds
    Vinod


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


  • 2.  RE: Flat File field exclusion logic

    Posted Fri July 13, 2007 04:05 PM

    on the map step where u are mapping the ff document type to your canonical document type .u need to set the copy condition for each field while u map .
    the condition can be %ffdoc/field%!=“!”.
    this should eliminate all the “!” from mapping to your document .
    HTH
    sri


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