skanavy
(Alex Malt)
August 5, 2022, 8:52am
1
Hello. I need automatically to write the response data to a file (every day). How can this be done?
1 Like
w4dd325
(w4dd325)
August 5, 2022, 1:22pm
2
Hi @skanavy
Have a search through the community posts, there is a lot of information on this available, for example;
Its possible to save the body results to a CSV or JSON file, using newman?
[Capture]
I want to save the results, just like the image.
Thanks!
It will only write one file if you run it on a collection with a single request.
Hello Everyone Here,
I am facing an issue related to saving String value from response body directly to csv file, actually I don’t know how to write a specific value from response body to csv/excel directly.
My test script reads values from csv file and then compare with values in response body. Now I want to save some required string/int/any format values from response body and save directly in the same csv file/or in another sheet of same file.
I can save required info into global/environme…
2 Likes
skanavy
(Alex Malt)
August 5, 2022, 3:06pm
3
I looked, in other topics there is no information about automatically saving the file.
w4dd325
(w4dd325)
August 5, 2022, 6:57pm
4
You could use the information in those links to write a “test” script that writes the response body to a file and then use a monitor to trigger it each day.