Service Virtualization

  • 1.  Whitespace Delimiter

    Posted Jun 14, 2017 01:59 AM

    Hello All,

     

    I have a text file as reqeust which is havig data containing whitespace. I want to separate data using whitspace as delimter. I am using  " " this and "" but data is not getting separated. but when I am using ~ this as delimiter then data is getting separated in different arguments.

     

    What to use for white spaces so that data can be separated out in arguments?

     

    Thanks..

     

    Shivam Garg



  • 2.  Re: Whitespace Delimiter

    Broadcom Employee
    Posted Jun 19, 2017 11:00 AM

    Is it possible for you to provide an example and the code you used  to parse the data?  



  • 3.  Re: Whitespace Delimiter
    Best Answer

    Broadcom Employee
    Posted Jun 20, 2017 12:42 PM

    Hi Shivam, Please open a support ticket and we can look at the issue in a WebEx.



  • 4.  Re: Whitespace Delimiter

    Posted Jun 20, 2017 10:45 PM

    Hello Both,

     

    I used another solution to mitigate this issue.

     

    Thanks..