I have script that I am using to create users for my Load test. In the request, I am passing username along with other parameters and the response will be userid.
What I want to save username from the request and userid from the response in the same csv file, such that output looks something like:
username1,userid1
username2,userid2
Is this possible in jMeter?