microsoft / azure-load-testing

MIT License
22 stars 2 forks source link

Downloaded csv report date format #67

Open crozzer opened 2 years ago

crozzer commented 2 years ago

Is your feature request related to a problem? Please describe. Not a problem per se, more of an annoyance. When I download the results from a test run the timestamp is coming down as i.e. 1.64797E+12 (1647968523740)

Describe the solution you'd like In Jmeter we have the functionality to change the settings so that a csv can be downloaded with a different format for a date by opening the jmeter.properties file and uncommenting #jmeter.save.saveservice.timestamp_format=yyyy/MM/dd HH:mm:ss.SSS. A similar feature (to change the format) would definitely be a benefit.

Describe alternatives you've considered At the moment I am having to amend the downloaded report to add a conversion column using formula =(B2 / 86400000) + DATE(1970,1,1) but this involves manual intervention.

AB#1505476

abranj1219 commented 2 years ago

@crozzer Thanks for reporting this. Supporting Jmeter properties file is in our backlog. We will update when this feature is available