What have you set for allow quoted data? I tested with AllowQuotedData as false and it works just fine
regards deepak On Tue, Jun 8, 2010 at 4:24 PM, Quazi Nasir Ahmed <[email protected]>wrote: > 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 > ="] >

