In JMeter, I have extracted multiple values in a page response to an arraylist using regex extractor (see extracted value below). I need to process the extracted values into an variable in the format (see required output below) and substitute in the following request. How can this be achieved?
Required Output: 44772164,44772175,44772176,44772177
Extracted Value
Match count: 4
Match[1][0]=propertyKey="44772164">
Match[1][1]=44772164
Match[2][0]=propertyKey="44772175">
Match[2][1]=44772175
Match[3][0]=propertyKey="44772176">
Match[3][1]=44772176
Match[4][0]=propertyKey="44772177">