Changes between Initial Version and Version 1 of Ticket #80, comment 3
- Timestamp:
- Mar 13, 2012 5:32:37 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #80, comment 3
initial v1 8 8 At the moment the log files are accessible on the SD card. The files are saved as space separated columns with a '@@' designating the end of line. 9 9 There are two little quirks about the file: 10 1) the @@ doesn't have a space in front of it', so when the last column is imported it has the characters tacked on the end which my importer then imports the column as a stringrather than a number (so it is a multistage process to format this column before importing)10 1) the @@ doesn't have a space in front of it', so when the last column is imported it has the characters tacked on the end, my importer then imports the column as a string type rather than a number (so it is a multistage process to format this column before importing) 11 11 12 12 2) on the EVENT STROKE_ROLL, the two numbers following are separated by a comma and not a space. Could this be made consistent to make importing easier?