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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Flat File Dictionary Does Not Handle null values

  • 1.  Flat File Dictionary Does Not Handle null values

    Posted 12/18/08 06:00 PM

    Hi All,

    Any one help me pls, this is urgent
    As per our requirement I am converting xml doc to csv file.If any tags missing in xml doc then csv file will missing the separator.

    ex:
    xml file :

    10
    Luo
    26

    CSV File:
    10,Luo,26

    if xml missed one tag like

    10
    26

    Current CSV File: 10,26
    Excepted CSV File : 10,26

    If you have any idea on this Pls share me ASAP

    Cheers,
    SK


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


  • 2.  RE: Flat File Dictionary Does Not Handle null values

    Posted 12/29/08 05:32 PM

    hi,
    in pub.flatfile:convertToString service, set noEmptyTrailingFields to ‘false’

    it will work for both the cases - if the xml is not having the tag, or not holding value for a particular tag


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