Bug 44650

Summary: CSV Data Set Config is ignoring quoted values
Product: JMeter - Now in Github Reporter: Tim Cham <timchamnz>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 2.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: Zip containing the JMeter test and csv files.

Description Tim Cham 2008-03-20 15:04:40 UTC
Created attachment 21696 [details]
Zip containing the JMeter test and csv files.

Steps to reproduce the problem:
1. Add the BeanShell jar to you JMeter lib.
2. Run the attached JMeter test plan
3. Look at the console to see the output from the BeanShell script.

Expected Result:
column1: One
column2: Two, Three and Four

Actual Result
column1: One
column2: "Two

Seems like the CSV Data Config is ignoring the quotes.
Comment 1 Sebb 2008-03-21 12:34:30 UTC
CSV Dataset config does not currently handle quoted parameters.

This is not a bug, because it was never documented as doing so.

However, code has recently been added to SVN to handle quotes in CSV result files. Should be easy enough to use this in the CSV Dataset config element as well.
Comment 2 Sebb 2008-03-22 11:39:52 UTC
In the meantime, a work-round is to use a delimiter that does not appear in any values.
Comment 3 Sebb 2008-03-22 15:17:43 UTC
Fixed in SVN r640095.
Comment 4 The ASF infrastructure team 2022-09-24 20:37:41 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2086