Convert log files to CSV or ASCII
Convert log files to CSV or ASCII
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?
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?
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?
-
- Posts: 70
- Joined: Tue Mar 10, 2015 3:31 pm
- Location: Detroit, MI
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.

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.
Josh