I tested regular expression using view result tree. It returns correct data (30 match results).
I used reference name in the regular expression extractor as regexid. Regular expression I used is \d{7} ${regexid}
has value equals null
. Cross checked in debug sampler. It has below info:
regexid=null regexid_g=0 regexid_g0=6104546
Why does regexid
have the null value, when there were 30 matches for this regular expression?