On 29/04/2009, jmeter-user <michal...@o2.pl> wrote:
>
>  Thanks for solution of previous problem with all :))
>
>  I Have last question about Regex:
>
>  http://www.nabble.com/file/p23295877/regular.png
>
>
>  I Have in response :
>
>  ID      NAME             BUSINESS_ID     STATUS   IP_BI    DESCRIPTION       
> SMS_PREFIX
>  200     name200    busines200    ACTIVE     1                       1        
>                1
>
>  http://www.nabble.com/file/p23295877/res.jpeg
>
>
>  And I need to read value from field "NAME" with Regular Expression Extractor
>
>  what I should to configure Regular Expression Extractor
>
>  Reference name : ??
>  Regular Expression : ??

Assuming ID is numeric:

^(\d+)\s+(\S+)

>  Template : ??

$2$

>  Match No.: ??

1

Default Value: NOT MATCHED

>  thanks for help :)

The next release of JMeter will include automatic extraction of SQL
responses to variables.

> --
>  View this message in context: 
> http://www.nabble.com/Regular-Expression-Extractor---one-more-question-tp23295877p23295877.html
>  Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to