In non GUI mode, is there a way to generate both .jtl file and .csv file under below circumstance:
.jtl would be required to store and analyse response data in case of failure which demands
jmeter.save.saveservice.output_format=xml
At the same time .csv is required to generate HTML report which demands
jmeter.save.saveservice.output_format=csv
It seems that either of these only can be generated at a time. Is there a way around? I want to be able to store response data as well as generate reports. Any help appreciated.