Grs007
Grs007

Reputation: 129

In Jmeter, for ISO8583 Sampler, how can I read the data from CSV file?

I have a Jmeter ISO8583 Sampler, where we have to paas the request data in the form of Data elements: Iso8583 Sampler request

CSV file

Now, I want to put this data in a CSV file and read it from there.

The issue I am getting that it's picking only first data element from CSV.

I need to read all the rows from the CSV file and put it in Iso8583 sampler request and then execute.

Upvotes: 0

Views: 100

Answers (1)

Ivan G
Ivan G

Reputation: 2872

  1. If you're using CSV Data Set Config - it will read next line on next iteration of each virtual user. In order to read all values during 1st iteration - convert them into 29 columns instead of 29 rows

  2. In case you cannot control the CSV file format the options are in:

Upvotes: 1

Related Questions