Re: Help needed for regular expression extractor

2010-06-01 Thread sebb
On 02/06/2010, Prakash wrote: > Hi All, > > Can anyone help me what would be the solution for following scenario? > Please don't reply to an old thread with a new question. Start a new thread by posting a new message to the list. -

Re: Help needed for regular expression extractor

2010-05-03 Thread sudheer reddy
Hi Steve Thanks for your reply I have a doubt if my sql query retrives more values then the number of regular expression extractors will be more . Is ther any solution to assign these values to the variables and pass to other requests in the same thread plan so I can reduce the number of

Re: Help needed for regular expression extractor

2010-05-03 Thread sebb
Why not just use the "Variable Names" feature which is present in JDBC Sampler in JMeter version 2.3.4? If used, the sampler automatically stores the responses from select statements in the variables you provide (with suffixes for multiple rows). On 03/05/2010, Steve Eckhart wrote: > Sudheer, >

RE: Help needed for regular expression extractor

2010-05-03 Thread Steve Eckhart
Sudheer, You will need a Regular Expression Extractor for each of the four variables. For each of the four, you would set the Regular expression to (\d) (\d) (\d) (\d). Then, in the first extractor, you would set: Reference Name to OID1 Template to $1$ Match No. 1 (if y