What I do to solve this is the following:

My csv looks like this:

Execute?    Name    Address    Place
Y           Jack    Freeroad   LA
N           Tom     Holroad    NY
Y           Georg   Twonroad   SFO

In the jmeter script I start with an if statement:
IF '${execute}' == 'Y'
And the rest of the script will be executed if there is a Y in the first
column of the csv. If there is no Y in the first column it will ignore
the line and continue with the next one. 

Cheers,
Sander


-----Oorspronkelijk bericht-----
Van: sebb [mailto:[EMAIL PROTECTED] 
Verzonden: woensdag 20 juni 2007 11:51
Aan: JMeter Users List
Onderwerp: Re: comments in csv data files?


Sorry, this is not currently possible.

Feel free to create a Bugzilla enhancement request.

On 20/06/07, aidy lewis <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using the CSV Data set config element to read in script values. 
> However, I would like to enter a descriptive line (e.g. header) in 
> these files. Is this possible?
>
> ;url,                   username,       password
> www.aidy.com            a_user          a_password
>
> Aidy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to