You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And all data that comes to andpoint is strings. As I see CSVDataSet uses , as delimeter, so even strings that comes to endoint are separated and value that comes first is '[1', so i can get the whole list. I've found the way to pass such nested data like python dict, but there is no option to send list of dicts, so I can't make my load test various.
I will be happy if you help me with that problem
The text was updated successfully, but these errors were encountered:
Hi everyone!
I'm quite a newbie with Jmeter and pymeter. So, I'm trying to pass nested data via CSVDataSet.
What is a problem?
I have an application with an endpoint expecting list of string in body:
And I have a pymeter TestPlan for such app:
with kek.csv like
And all data that comes to andpoint is strings. As I see CSVDataSet uses
,
as delimeter, so even strings that comes to endoint are separated and value that comes first is'[1'
, so i can get the whole list. I've found the way to pass such nested data like python dict, but there is no option to send list of dicts, so I can't make my load test various.I will be happy if you help me with that problem
The text was updated successfully, but these errors were encountered: