I am trying to get CSVDataSetConfig to read a file and store each line to a variable. It works fine when the file doesn't have any quotes in the text. It works with single quotes as well. But when I have double quotes in the text, I get the following exception in JMeter log. Is there a work around for this? Thanks for your help.
2010/06/08 18:59:41 INFO - jmeter.services.FileServer: Stored: msgs.txt 2010/06/08 18:59:41 ERROR - jmeter.config.CSVDataSet: java.io.IOException: Cannot have quote-char in plain field:[<?xml version ="]

