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
  • 1.  Prevent record identifier in flat file string

    Posted Tue October 04, 2005 07:09 PM

    Please elaborate some more info on your requirment to get PO number start with?

    HTH,
    RMG


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


  • 2.  RE: Prevent record identifier in flat file string

    Posted Tue October 04, 2005 07:50 PM

    I originally had no ‘PO_Record’ field definition at the beginning, but it would create the record like this:

    PO_Number0007233 D 2005-09-30 10:39:02.0

    so, I added the ‘PO_Record’ field definition to be the first (0th) field, and it now creates the records like:

    PO_Record 66001-0000007233 D 2005-09-30 10:39:02.0

    all I need now is to remove the ‘PO_Record’ string from it. so I need it to look like:

    66001-0000007233 D 2005-09-30 10:39:02.0

    thanks.


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


  • 3.  RE: Prevent record identifier in flat file string

    Posted Tue October 04, 2005 08:11 PM

    Hi Luke,

    You have to create a FF Dictionary, then create a recordWithNoID containing your field values. Create a FF Schema an reference the create record in your new FF Dictionary, this schema will recognize your data ignoring the record name (recordWithNoID must be the record name)


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


  • 4.  RE: Prevent record identifier in flat file string

    Posted Tue October 04, 2005 09:31 PM

    thanks Javier. that worked like a charm.


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


  • 5.  RE: Prevent record identifier in flat file string

    Posted Tue October 04, 2005 10:59 PM

    Luke,

    Sorry for delay response,So recordWithNoID works for you…Actually if you dont no or want record definition to show in the flatfile “recordWithNoID” is the trick.

    HTH,
    RMG


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