RE: Using SimpleDateFormat in CSV output format

2005-10-19 Thread Jan Linders
Sebb, it's working OK now. Thanks man for the quick response. Appreciate what you are doing. Keep up the good work. :) -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 8:43 PM To: JMeter Users List Subject: Re: Using SimpleDateFormat in CSV o

Re: Using SimpleDateFormat in CSV output format

2005-10-19 Thread sebb
BTW, with recent versions of JMeter, one can also use: -q, --addprop additional property file(s) S. On 19/10/05, Rinke Heida <[EMAIL PROTECTED]> wrote: > I use it myself as well and I think I had the same problem when trying > to adjust parameters in the properties file. > Be sure you us

Re: Using SimpleDateFormat in CSV output format

2005-10-19 Thread Rinke Heida
I use it myself as well and I think I had the same problem when trying to adjust parameters in the properties file. Be sure you use the propertiesfile you are editing. We are using our own properties file situated under the project directory of our testproject. This way the properties file is sti

Re: Using SimpleDateFormat in CSV output format

2005-10-18 Thread sebb
Fixed (hopefully) in the latest nightly: 2-1.20051018 BTW, DD/mm/dd is a bit of a strange date format ... S. On 18/10/05, sebb <[EMAIL PROTECTED]> wrote: > Looks like a bug in the CSV save code. > > I'll try and fix it. > > S. > On 18/10/05, Jan Linders <[EMAIL PROTECTED]> wrote: > > Hi, > > > >

Re: Using SimpleDateFormat in CSV output format

2005-10-18 Thread sebb
Looks like a bug in the CSV save code. I'll try and fix it. S. On 18/10/05, Jan Linders <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to save result data in a CSV file with a timestamp > like : DD/mm/dd HH:mm:ss > > I specified this in the jmeter.properties files > like : jmeter.save.saveservic

Using SimpleDateFormat in CSV output format

2005-10-18 Thread Jan Linders
Hi, I'm trying to save result data in a CSV file with a timestamp like : DD/mm/dd HH:mm:ss I specified this in the jmeter.properties files like : jmeter.save.saveservice.timestamp_format=DD/mm/dd HH:mm:ss The same is specified in one of the examples However, whatever I do, I do not get the for