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

Add an option to turn off csv parsing #79

Open
oliverlloyd opened this issue Oct 9, 2016 · 0 comments
Open

Add an option to turn off csv parsing #79

oliverlloyd opened this issue Oct 9, 2016 · 0 comments

Comments

@oliverlloyd
Copy link
Owner

oliverlloyd commented Oct 9, 2016

This would allow scripts and vars to be passed and prevent parsing errors. (See #72.)

Right now the script only accepts pure file path references in the filepath field of the CSV Config element. It needs this because it uses awk to parse the path and read the file. It reads the file because it distributes the contents line by line into n different files (where n is the number of slaves).

By having a property that disabled this feature we'd allow people to pass in whatever they want here - or whatever JMeter accepts - and it would disable csv distribution. Maybe people don't want their csv data divided up?

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