Bug 54389 - Improvement CSV Data Set Config skip first row containing headers
Summary: Improvement CSV Data Set Config skip first row containing headers
Status: RESOLVED INVALID
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.8
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-08 16:53 UTC by Matteo Turra
Modified: 2013-01-08 19:40 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Turra 2013-01-08 16:53:27 UTC
I use a JDBC request in a Setup Thread group to get username and password used in my test.

The username/password are written in a temporary file using "Save Responses to a file" component then read via "CSV Data Set Config" component.

Headers of the query are written in the first line of the created file.T
There is no flag to instruct CVS Data Set Config component to skip the header line.
Nor is possible to prevent to write the header on the results.
Comment 1 Matteo Turra 2013-01-08 17:29:37 UTC
I saw this bug and I marked this as duplicate. But I didn't understand where I can specify this option!

*** This bug has been marked as a duplicate of bug 49666 ***
Comment 2 Matteo Turra 2013-01-08 17:48:13 UTC
If no variables name are specified the header name of the first line are used!

From docs: 
"Versions of JMeter after 2.3.4 support CSV files which have a header line defining the column names. To enable this, leave the "Variable Names" field empty. The correct delimiter must be provided."
Comment 3 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3026