Я отправляю запрос с JMeter. Тогда я получаю ответ как это:
[
{
"jobId": "00053b3d-c4fa-498b-9ef0-cbf5430e9c61",
"timer": null,
"aln": "199430",
"callerId": "21c48f75-752e-43cf-9d4f-48da62646e98",
"start": "2019-10-11 04:17:41.900",
"status": "InProgress",
"end": null
},
{
"jobId": "001bb8c5-2e7f-4519-beb0-a5bc1bc5cf8d",
"timer": null,
"aln": "198049",
"callerId": "21c48f75-752e-43cf-9d4f-48da62646e98",
"start": "2019-10-11 04:39:02.736",
"status": "InProgress",
"end": null
},
{
"jobId": "00502f22-3e9d-4003-b1f1-1860b613d22e",
"timer": null,
"aln": "199362",
"callerId": "21c48f75-752e-43cf-9d4f-48da62646e98",
"start": "2019-10-11 04:17:23.124",
"status": "InProgress",
"end": null
},
......
{
"jobId": "fffa8b38-9e29-4d48-a540-9fb69f505df3",
"timer": null,
"aln": "198016",
"callerId": "21c48f75-752e-43cf-9d4f-48da62646e98",
"start": "2019-10-11 04:38:59.454",
"status": "InProgress",
"end": null
}
]
Я хочу получить все jobID и поместить его в файл CSV. Я нашел руководство по извлечению переменной одного ответа, но как получить все переменные, как в моем случае? Спасибо за вашу помощь
Я пробовал: экстрактор Xpath + плагин json path