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
  • 1.  XML to CSV Conversion

    Posted 05/08/03 11:37 AM

    Hello All
    Is there a way to convert the XML file to a CSV file in webMethods.Later this csv file has to be stored in the clients machine.
    Thanks in advance


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


  • 2.  RE: XML to CSV Conversion

    Posted 05/08/03 12:38 PM

    What version of webMethods server are you using? webMethods 6.0 has its own utilities or if you are using 4.6, there are utilities uploaded in this site by experts.
    Good Luck!


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


  • 3.  RE: XML to CSV Conversion

    Posted 05/09/03 01:13 PM

    I am using version 4.6 .I dont find any Utilities overe here.Can U please tell me the steps to do the Conversion to CSV.
    Thanx in advance


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


  • 4.  RE: XML to CSV Conversion

    Posted 05/09/03 01:52 PM

    Byju,
    You can look under the shareware section and you might find something that is of help. I have seen utilities which converts an CSV file into a record structure. And may be you will have to write your own code to convert the xml file into a CSV file. Do you have a fixed xml format?
    Thanks


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


  • 5.  RE: XML to CSV Conversion

    Posted 05/09/03 02:20 PM


  • 6.  RE: XML to CSV Conversion

    Posted 05/09/03 05:20 PM

    The wM 6.0 Flat file adapter can do what you need. If you’re using 4.6, you can use the EDI module to create the csv file. Docs for both components have instructions for doing this.


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


  • 7.  RE: XML to CSV Conversion

    Posted 05/12/03 03:26 AM

    It’s also fairly simple to write an output template or Java service that can convert an IData object into the format you need. It’d be better to use pre-packaged functionality if you can find it.

    Nick


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