Hi,

you probably used "\d*" as regexp and "$1$" as template - in that case
the regexp will be found but no group will be extracted.

If that is what you did, change regexp/template to "(\d*)"/"$0$" OR
"(\d*)"/"$1$" to correctly extract the found value.

If that is not the case, please submit the full configuration of your
Regular Expression Extractor controller.

Regards,
Andrey

2008/10/31 Jose Pablo Sarco <[EMAIL PROTECTED]>:
> Hi all,
>
>
>
> I need extract some values from a response message to a JDBC request....
>
> In the response message I have:
>
>
>
> Field name
>
> Value1
>
>
>
> I only need the Value from the response, but I can't use a Regular
> expression extractor, doesn't work .....I put the regular expression \d*
> to extract the value 10005 and I get a null value.
>
>
>
> Any idea to solve this?
>
>
>
> Regards,
>
>
>
> Jose
>
>
>
>
>
>
> #################################################################################################################
> Este documento puede incluir información confidencial y propiedad de Neoris y 
> deberá ser leído solamente por la
> o las personas a quienes está dirigido. Si usted ha recibido este mensaje por 
> error, por favor avise
> inmediatamente al remitente contestando y eliminando este correo. Cualquier 
> punto de vista u opiniones expresadas
> en este mensaje son del remitente y no necesariamente coinciden con aquellas 
> de Neoris. Este documento no deberá
> ser reproducido, copiado, distribuido, publicado, ni modificado por terceros 
> sin la autorización por escrito de Neoris.
>
> Este mensaje ha sido verificado contra virus. Visítenos en www.neoris.com.
> #################################################################################################################
>



-- 
diem perdidi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to