Page 1 of 1
Convert log files to CSV or ASCII
Posted: Sat Apr 15, 2017 7:31 pm
by wizrd54
Is there an easy way to convert the log files to CSV or ASCII format? I was able to do it by hand or with a script, but replacing all the blank cells in excel with a value still takes a long time. Does racecapture only export the sparse log files?
Posted: Sat Apr 15, 2017 7:36 pm
by brentp
The log files are in a sparse CSV format, correct. This was done to reduce the amount of data needing to be written to the SD card, so maximum logging performance could be achieved.
The export function in the app emulates the sparseness of the RaceCapture/Pro CSV log file for consistency reasons.
It would be pretty straightforward to write a script that creates a fully populated log file.
Are you running into a problem using the sparsely populated file with another program?
Posted: Sun Apr 16, 2017 2:19 pm
by JMcDonough
I think you're asking about a script that's already be written

:
viewtopic.php?t=3731&postdays=0&postorder=asc&start=45
The rccsv2gems script converts the .log to a csv with all of the cells populated.
Posted: Sun Apr 16, 2017 4:54 pm
by wizrd54
brentp wrote: Are you running into a problem using the sparsely populated file with another program?
Correct. Most of the analysis programs I use need a data point for each channel at each timestamp. I'm using WinDarab from Bosch Motorsports.
I'll try the rccsv2gems script mentioned above.