PDA

View Full Version : Data Long Lab CSV file


Wizco
03-07-2009, 04:24 AM
I'm trying to work with a CSV file exported from Data Log Lab, which in turn is geting it's data from a Link ECU in a Miata.

When I try to use the CSV file in Dashware, I'm getting an error:
Exception Index was outside the bounds of the array. At Ultragauge.Datalogger.get_Duration()
at Ultragauge.Ultrgaugewindow.U(Object,SelectionChang edEventArgs)

The CSV in question can be found here: http://wizco.net/chasecam/2009-02-28d.csv Any ideas?

MarkVaden
03-07-2009, 09:13 AM
hi,
sorry for the brief reply , I am at the track and responding with my phone, and it is only working ok. you need to delete the lines before the header, so your first line would be the one that starts with ge change the column name secs to time or any word with time in it. we need to know time and we search for anything with the word time in it.

let me know if this works,
mark

Wizco
03-07-2009, 11:32 AM
It may have a brief reply, but it appears to ahve solved my problem.

Thank you!

BroussalM
04-28-2009, 06:38 AM
Hi Wisco,

For your .csv file, you just have to delete the 4 first lines, and Dashware work perfectly.

After deleted, your FIRST .csv file line must to be :
Sample,Secs, etc....

You must to do that for every .csv files you want to use.
Dashware don't "read" the first lines other than the one for your data name, and only that one.

Cheers
Michel Broussal