I have the following

jdbc
---->regex(refname:soc_req_no_rx,reg expression: (.*),
template:$1$,match:-1, default value:0)

when that is done I access the data that I want like ${soc_seq_no_rx_2}

Since I dont like that I want to have a variable in my users
parameters and just do

jdbc
----->regex
----->beanshell post proceess
       my_user_var = ${soc_seq_no_rx_2}

But that does not work, When I logn the variable my_user_var , I always get 0

What is the correct way to asssign variables?


Thank you

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

Reply via email to