use regex extractor (post processor), like this:

reference name: productID
regex: "productID" value="([0-9]+)"
template: $1$
match no: 1
default value: not_found

you now have access to your product id with ${productID}

//chris 




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

Reply via email to