Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Data Set Config is ignoring quoted values #2086

Closed
asfimport opened this issue Mar 20, 2008 · 3 comments
Closed

CSV Data Set Config is ignoring quoted values #2086

asfimport opened this issue Mar 20, 2008 · 3 comments

Comments

@asfimport
Copy link
Collaborator

Tim Cham (Bug 44650):
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.

Created attachment csv_test.zip: Zip containing the JMeter test and csv files.

OS: Windows XP

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
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.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
In the meantime, a work-round is to use a delimiter that does not appear in any values.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
Fixed in SVN r640095.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant