Hi
add a beanshell preprocessor to your http sample and use a
String value = vars.get("YOURVARNAME");
//manipulate the string
vars.put("YOURVARNAME", value);
regards
deepakOn Mon, May 18, 2009 at 2:50 PM, Reuben A Christie <[email protected]>wrote: > I have csv file with all parameters that I want to use in my weburl test. I > am using CSV data set config for reading these parameters in, and making > them available in the HTTP Request Sampler. > Now the problem is following : > before I use this parameter in making HTTP Request, I want to preprocess it > (like stripoff first few characters from the param value) > how do i do it ? > > please help. >

