Bug 49506

Summary: Add .csv File Extension in open dialog box from "read from file" functionality of listeners
Product: JMeter - Now in Github Reporter: Milamber <milamber>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Little patch to add .csv File Extension in open dialog box from "read from file" functionality of listeners
screenshot to view the .csv file extension with .jtl extension in dialog box

Description Milamber 2010-06-25 13:46:47 UTC
Add .csv File Extension in open dialog box from "read from file" functionality of listeners
Comment 1 Milamber 2010-06-25 13:48:46 UTC
Created attachment 25644 [details]
Little patch to add .csv File Extension in open dialog box from "read from file" functionality of listeners

Revision 957502 (2010/06/25)
Comment 2 Milamber 2010-06-25 13:50:03 UTC
Created attachment 25645 [details]
screenshot to view the .csv file extension with .jtl extension in dialog box
Comment 3 Sebb 2010-06-25 15:19:07 UTC
Thanks, applied to SVN:


URL: http://svn.apache.org/viewvc?rev=958091&view=rev
Log:
Bug 49506 - Add .csv File Extension in open dialog box from "read from file" functionality of listeners

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/gui/util/FilePanel.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/gui/AbstractVisualizer.java
   jakarta/jmeter/trunk/xdocs/changes.xml


I had to change the patch slightly, because your fix changed the API.
So I added a new ctor to FilePanel to support multiple extensions
Comment 4 The ASF infrastructure team 2022-09-24 20:37:45 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2378