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
Expand all | Collapse all

Flat File Schema convertToString adding extra line

  • 1.  Flat File Schema convertToString adding extra line

    Posted Wed August 20, 2008 09:13 PM

    I have a schema that is delimited by newline. When doing a convertToString from the schema generated document it always add an extra line.

    I want this:

    RecordLine1
    RecordLine2
    RecordLine3

    Instead I get:

    RecordLine1

    RecordLine2

    RecordLine3

    What gives?


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


  • 2.  RE: Flat File Schema convertToString adding extra line

    Posted Wed August 20, 2008 09:25 PM

    Well, I feel stupid. There isn’t a problem after all. The issue was with the developer IDE. When I actually copied the contents of my output string to wordpad it appears correctly. The developer IDE will wrap the contents and in this case it was wrapping the filler spaces at the end of each record make it appear as it was two lines.


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