HomeSUPPORT QUESTIONS

Need help with StresStimulus? Start here.

How to capture multiple Values by 1 extractor? Messages in this topic - RSS

TanvirAhmed
TanvirAhmed
Posts: 4


9/1/2020
TanvirAhmed
TanvirAhmed
Posts: 4
My response has 4 rows of data, Each rows has 5 columns. All values in column has same left and right boundaries.


Refer below example: Assume each digit to be unique values.

a b c d e
f g h i j
k l m n o
p q r s t

I want to use regex to capture all values in all columns using regex and also get the number of matches based on extractor.

e.g :
If below is my response and "" are the boundaries of values.
"a",''b","c","d","e"

I want to apply below regex extractor:
"(.*?)","(.*?)","(.*?)","(.*?)","(.*?)"

Also, I want the regex to apply to all rows in my response.So that all the values get picked up simultaneously using only 1 regex extractor.
0 link






Copyright © 2024 Stimulus Technology