Primo has a very handy mileage calculator/log that will prompt maintenance reminders. I would like to export this data, but the numbers are converted to a format that doesn't make any sense to me. This is crossposted to ****.
I'm looking at my fuel.txt and trying to make sense of the numbers. Here is an excerpt:
131729418;34410.9934;35099.7926;48.529000;2.550000
131729425;35099.7926;35638.9229;38.649100;2.540000
131729433;35638.9229;36203.8026;40.049700;2.520000
The date has already been solved (thanks to yksyks).The last "column" is the fuel price. The remainder of the line is puzzling. It's clear there are repeating numbers (mileage) carried from one line to another for the 2nd and 3rd Columns. These middle 3 numbers must be converted user input data. The fourth column must be fuel amount.
Real Data (displayed by Primo in the app)
First line from above: 8/10/2010, Odometer: Start-21382_____End-21810 , Fuel Amount- [unknown] MPG 33.39, Cost of trip .08/mi
I don't see the values for Gas amount in the data line in fuel.txt
Can anyone buy me a clue here?