Home > OS >  JMeter CSV Read and group the number of lines read
JMeter CSV Read and group the number of lines read

Time:11-12

I have encounter a challenge where I have to read a CSV file and read it till a defined variable size limit( BATCH_SIZE). Once the no of lines from CSV has been read then send it to different AWS API. As my CSV file size can be anywhere 1Gb to 2Gb, therefore I am avoiding to use JSR223 CSV file read. I want to know how can I can achieve it with JMeter and CSV Data Set Config.

CodePudding user response:

Theoretically you can achieve it using CSV Data Set Config by putting it under the enter image description here

  • Related