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.  Creating a csv file without record identifier

    Posted 08/22/14 03:28 PM

    Hello

    I would like to create a csv file, but don’t want the record identifier to be output. I have a flat file dictionary, schema and xxxxxxxDT document defined. When I use pub.flatFile:convertToString service, I see the record name in the output string field. Is there a way to get the service to leave out the record name?

    Yunus Aswat.


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Creating a csv file without record identifier

    Posted 08/22/14 06:53 PM

    Did you gave RecordDefinition specific name? If you don’t want it to show up in the output then create as “recordWithNoID” as the record definition then convertToString won’t show up the column headers.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Creating a csv file without record identifier

    Posted 08/27/14 07:43 AM

    Just settin default record of the schema will create recordWithNoId automatically in the generated Doc type. Map you data to this on as Rmg said.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Creating a csv file without record identifier

    Posted 08/29/14 07:31 AM

    Mapping to recordWithNoID solved the problem. Thanks.


    #Integration-Server-and-ESB
    #webMethods