Home > Enterprise >  Need to extract keys from json and store in in a file.New to jmeter.Also the keys are dynamic.Used j
Need to extract keys from json and store in in a file.New to jmeter.Also the keys are dynamic.Used j

Time:10-06

{ 
    "csncnjcnsd-nvkmckmdks-930vbc":{}
    "jvjdhjcsicn-bunwnc-nvn5477":{}
}

I am able to see the above ids with jmeter properties in response body of debug sampler but i need to store it into a xlsx file for further use.Any help would be appreciated .

CodePudding user response:

If you need to store the values into the .CSV file - you can use enter image description here

  • Related