Problem:-We used CSV data Set Config element in our Jmeter test to parameterize our request. But we faced the below error in logs:-
ERROR – jmeter.config.CSVDataSet: java.io.IOException: Cannot have single quote-char in quoted field:[“]
Solution:-
Open the “CSV Data Set Config” > Set “Allow quoted data?” to False (By default is true)
ERROR – jmeter.config.CSVDataSet: java.io.IOException: Cannot have single quote-char in quoted field:[“]
Solution:-
Open the “CSV Data Set Config” > Set “Allow quoted data?” to False (By default is true)
Why this as Jmeter by default will think “(quote) value in CSV file as delimiter, along with the ,(commas).
Note:-
Its 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