webMethods

webMethods

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.  convertToString delimiter problem

    Posted Fri May 25, 2007 10:56 PM

    Hi, I am trying to generate a flat file with fixed position fields that all end with a ‘:’. I setup a flat file dictionary and flat file schema. When I define the fields as fixed position and specify a field delimiter in the flat file schema, the field delimiter does not appear in the string generated by the convertToString service. Is there a way to do this.

    From my testing so far it appears that convertToString will only include the delimiters for nth field fields.


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


  • 2.  RE: convertToString delimiter problem

    Posted Sat May 26, 2007 01:07 AM

    “From my testing so far it appears that convertToString will only include the delimiters for nth field fields” – true…

    For Fixed positions-no delimiter applies…

    HTH,
    RMG


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


  • 3.  RE: convertToString delimiter problem

    Posted Mon May 28, 2007 05:26 AM

    yeah i guess …for fixed position flat file u can not use delimeters becouse every record and every field in the record has a fixed value specified.
    but u can use delimeter for end of the record for fixed flat files.
    HTH
    sri


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


  • 4.  RE: convertToString delimiter problem

    Posted Mon May 28, 2007 05:02 PM

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