I want to HTTP request with dynamic parameters, so I created a CSV Data Set Config. This is a CSV Data Set Config example:
CSV DATA SET CONFIG
"lat";"lng"
40.9912941561618;28.7894749639963
41.0824834;28.9850201
41.0611814136864;28.030526752118
41.0001116337;29.1471918672
40.9840449469281;28.868293762207
41.0062257041343;28.6599397659302
40.9870953373281;28.8735637664795
40.9842483906616;28.8679887067701
HTTP REQUEST
Server name is example.com. Delimeter is ;.
Dynamic parameter path is v1/ej/log/geojson?lat=${lat}&lng=${lat};
When I sent request it doesn't set the parameters. How I can do ?