Please see http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config
"if the variable name field empty, then the first line of the file is read and interpreted as the list of column names." On 30 April 2014 16:36, Deepak Shetty <[email protected]> wrote: > If you are going to use a loop controller then you need to make the CSV > data set config a child element of the loop controller > If you remove the loop controller and make the threadgroup count as 500 , > then as well it works for me - view results tree, request tab shows > different records getting picked up from CSV - > > > On Wed, Apr 30, 2014 at 8:22 AM, Deepak Shetty <[email protected]> wrote: > >> nothing out of the box - but you could add an IF controller condition >> (assuming header value doesnt get repeated) or pre process the CSV file to >> remove it >> >> >> On Wed, Apr 30, 2014 at 5:49 AM, <[email protected]> wrote: >> >>> Hi, >>> >>> I am reading a CSV data source using the CSV Data Set Config. However, >>> the header is also read as a value and passed to the variable name. Is >>> there any way to avoid this? >>> >>> Paul >>> >>> --------------------------------------------------------------------- >>> 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]
