Hi, I was trying to export to table data of Aggregate Report and Summary Report to a file. Data gets exported is fine.Issues are: 1. Columns with Units such as Throughput are not exported to the csv file. 2. Column Headers are not exported as is in the table, instead column names used in the JMeter database is exported. A fix for this would be well appreciated. Thanks in advance.
Hello, Thanks for report although I cannot reproduce 1. So fix will concern issue 2 on Summary Report, Aggregate Graph and Report. Please show an example of issue 1.
Date: Sat Nov 29 20:57:05 2014 New Revision: 1642476 URL: http://svn.apache.org/r1642476 Log: Bug 57262 - Aggregate Report, Aggregate Graph and Summary Report export : headers use keys instead of labels Bugzilla Id: 57262 Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatGraphVisualizer.java jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java jmeter/trunk/src/components/org/apache/jmeter/visualizers/SummaryReport.java jmeter/trunk/xdocs/changes.xml
Created attachment 32272 [details] column headers of the aggregate report are database column names instead of table column names.
Issue persists, though, Save Table headers option is checked in while exporting the .CSV file, database column headers are exported and not the table column headers. The above issue is observed in Summary Report and similar table data export reports.
Are you sure you are using Nightly build ? We cannot reproduce issue. What language are you using ? Thanks
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3485