Jmeter Error :- Cannot have single quote-char in quoted field:[“] ? – User friendly Tech help

Problem:-We used CSV data Set Config element in our Jmeter test to parameterize our request. But we faced the below error in logs:-
n
nERROR – jmeter.config.CSVDataSet: java.io.IOException: Cannot have single quote-char in quoted field:[“] 
n
nSolution:- 
nOpen the “CSV Data Set Config” > Set “Allow quoted data?” to False (By default is true)

n

nWhy this as Jmeter by default will think “(quote) value in CSV file as delimiter, along with the ,(commas).
n
nNote:-
nIts always recommended to refer the jmeter logs if you are not getting the expected behaviour from the tool, as for above error we were just getting as parameters values in request data for sampler.
n

n

Learn JMeter
nLearn Selenium
nLearn JAVA

Was this article helpful?
YesNo

Similar Posts