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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

How to put spaces in record name ?

  • 1.  How to put spaces in record name ?

    Posted Tue June 17, 2003 08:50 AM

    Hi,

    I have to load a flat file with a format like this:
    30 test
    40 test 2
    50 test 3

    I simply want to create a record or record list named " 30 ", not “30”. When I save it or rename it, Developer trims the spaces at the beginning and at the end. Is there a way to tell WM not to trim spaces ?

    Thanks !
    Mat


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 2.  RE: How to put spaces in record name ?

    Posted Tue June 17, 2003 09:01 AM

    Had the same problem when using the convertToString function. Solved it by putting in a character that I was sure wouldn’t be found anywhere else in the string instead of space, call convertToString and afterwards replace the chosen character with space.
    Maybe you can use a similar solution for your problem.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards