You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
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.
6
6
7
7
This will enable **LoadRunner** users, the privilege of having similar parameter advantage in **Apache JMeter**
8
8
@@ -23,12 +23,23 @@ This will enable **LoadRunner** users, the privilege of having similar parameter
23
23
24
24
* Download the source code from the GitHub.
25
25
* 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).
27
27
* Copy the Jar to \<Jmeter Installed Directory\>/lib/ext/
28
28
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
+
29
38
30
39
## Options
31
40
41
+
✨ This version eliminates remembering the below combination table ✨
42
+
32
43
This allows reading of CSV data as follows
33
44
34
45
* Select Row (Sequential | Random | Unique)
@@ -53,7 +64,8 @@ The below table is the combinations allowed while using this plugin
0 commit comments