https://bz.apache.org/bugzilla/show_bug.cgi?id=64134
Bug ID: 64134
Summary: JSON Evaluator with Split Function
Product: JMeter
Version: 5.1.1
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_6.0.0
Hi Team,
[{
"temperature": 54.4461,
"temperatureArea": "12|23|890",
"area": "US",
"listeners": [],
"province": "california"
},
{
"temperature": 59.4461,
"temperatureArea": "12|23|80",
"area": "US",
"listeners": [],
"province": "ohaiio"
}
]
$[?(@.temperatureArea.length() >= 0)].merchGroupId
The problem is i want to extract the element temperatureArea which has only two
pipeline symbol init. But Its not working
Please take a look
--
You are receiving this mail because:
You are the assignee for the bug.