Export to CSV

Post multiecuscan feature requests
Post Reply
TribesMan
Posts: 77
Joined: 30 Dec 2009, 10:55

Export to CSV

Post by TribesMan » 30 Dec 2009, 11:04

Hi, I've just tested this software and it is GREAT!

But there is one little thing that bothers me. When you export the logged ECU parametres into CSV file, you use comma (,) as a seperator for different values. But You also use comma as a decimal separator. And this is a bit annoying and confusing, and it makes it harder to use and work with the data in Excel.

This is the way it looks when you open the file:

Code: Select all

Engine Speed,"Desired Intake Air Quantity","Intake Air Quantity","Battery Voltage","Gas Pedal Position"
rpm,"mg/i","mg/i","V","%"
0,0000,411,3000,0,0000,12,0624,0,0000
0,0000,411,3000,0,0000,12,0624,0,0000
0,0000,411,3000,0,0000,12,0624,0,0000
...
Is there any option to use semicolon (;) as a separator for different values (that would be prefered)? Or a dot instead of a comma as a decimal separator?
To make it look like this:

Code: Select all

Engine Speed;"Desired Intake Air Quantity";"Intake Air Quantity";"Battery Voltage";"Gas Pedal Position"
rpm;"mg/i";"mg/i";"V";"%"
0,0000;411,3000;0,0000;12,0624;0,0000
0,0000;411,3000;0,0000;12,0624;0,0000
0,0000;411,3000;0,0000;12,0624;0,0000
...
That would make the it much easier to work with the logged data.
Thanks, and keep up the good work!

kecka
Posts: 37
Joined: 24 Nov 2009, 19:49
Location: czech

Re: Export to CSV

Post by kecka » 30 Dec 2009, 11:29

Hi,

Yes. would be good for the individual data were divided by columns. It would be better to do chart ....

Thanks ;) ;)

yani
Site Admin
Posts: 1175
Joined: 06 Nov 2009, 16:40

Re: Export to CSV

Post by yani » 30 Dec 2009, 15:54

Hi,

Ok, no problem.
You get comma as a decimal separator because your system is configured that way. I never use comma as decimal separator on my computers, but that is a matter of personal preference.
Anyway, I'll fix the column separator in the next release to be ";".


Yani

TribesMan
Posts: 77
Joined: 30 Dec 2009, 10:55

Re: Export to CSV

Post by TribesMan » 30 Dec 2009, 16:42

Thanks! I'm looking forward for next release...

Post Reply