Service Virtualization

Expand all | Collapse all

In an app test -> "write to delimited file" step, is there a way to skip the header and only write out a property value

  • 1.  In an app test -> "write to delimited file" step, is there a way to skip the header and only write out a property value

    Posted Mar 21, 2017 04:27 PM

    I am trying to write the response from a VS call to a delimited file. If say the response from VS call is in a variable called VarA, and I choose the "Write to Delimited File" step to write out the contents of VarA, I still get a header line that says "Key". Is there a way to avoid the header line? Also, is there a way to write the variable as is, without enclosing in quotes?



  • 2.  Re: In an app test -> "write to delimited file" step, is there a way to skip the header and only write out a property value
    Best Answer

    Posted Mar 23, 2017 10:00 AM

    I guess I was not using the "write to delimited file" feature, the way  it is meant to be used. I changed my implementation to achieve my desired result.