Skip to content

Commit 2a50772

Browse files
committed
Updated Readme
1 parent 0f690f6 commit 2a50772

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This plugins provides additional feature over the JMeter's default CSV data set config element. This also provides additional parameterization feature.
5+
This plugin provides additional feature over the JMeter's default **CSV data set config element**. This also provides additional parameterization feature.
66

77
This will enable **LoadRunner** users, the privilege of having similar parameter advantage in **Apache JMeter**
88

@@ -23,12 +23,23 @@ This will enable **LoadRunner** users, the privilege of having similar parameter
2323

2424
* Download the source code from the GitHub.
2525
* Just do a mvn clean install (M2 is required)
26-
* Jar will be generated under the target directory (di-extended-csv-1.2.jar).
26+
* Jar will be generated under the target directory (di-extended-csv-xx.jar).
2727
* Copy the Jar to \<Jmeter Installed Directory\>/lib/ext/
2828

29+
## What's new ?
30+
31+
* Improved new GUI
32+
* Added feature to create new file
33+
* Added feature to edit csv file with default text editor
34+
* Fixed quoted data issue
35+
* Fixed relative path issue
36+
* Support for large csv (Moved out of In-memory read)
37+
2938

3039
## Options
3140

41+
✨ This version eliminates remembering the below combination table ✨
42+
3243
This allows reading of CSV data as follows
3344

3445
* Select Row (Sequential | Random | Unique)
@@ -53,7 +64,8 @@ The below table is the combinations allowed while using this plugin
5364

5465
## Future Release in pipeline
5566

56-
* Create GUI class for UI instead of BeanInfo
67+
* Visualizing csv data in data table
68+
* Simulate Parameter window
5769

5870

5971
## References

0 commit comments

Comments
 (0)