Bug 61899 - Report Generation : When "jmeter.save.saveservice.print_field_names" is false and sample_variables are set report generation fails
Summary: Report Generation : When "jmeter.save.saveservice.print_field_names" is false...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.3
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 15:59 UTC by Philippe Mouawad
Modified: 2018-01-04 20:46 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2017-12-13 15:59:03 UTC
Error:


File '/XXXX/XXXX/out.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly
Error generating the report: org.apache.jmeter.report.core.SampleException: Mismatch between expected number of columns:19 and columns in CSV file:28, check your jmeter.save.saveservice.* configuration
Comment 1 Philippe Mouawad 2018-01-04 20:46:09 UTC
Author: pmouawad
Date: Thu Jan  4 20:45:49 2018
New Revision: 1820208

URL: http://svn.apache.org/viewvc?rev=1820208&view=rev
Log:
Bug 61899 - Report Generation : When "jmeter.save.saveservice.print_field_names" is false and sample_variables are set report generation fails
Contributed by UbikLoadPack
Bugzilla Id: 61899

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/core/CsvSampleReader.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:11 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4645