Importing fuel records from EcoModder Forum #947
Unanswered
RankoKohime
asked this question in
Q&A
Replies: 1 comment
-
|
CSV is not really standardized format for fuelings but for tabular data. So to import your data from any other source you need to prepare a spreadsheet semi manually and export it into CSV for LubeLogger. I've done this for Fuelio using Libreoffice Calc, where all the data was exportable, however columns need to be resorted and renamed, some removed, some date formats needed to be translated. This is for one time a bit of work (did not write a script), but it's possible and faster than entering everything again by hand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I do not believe this to be an issue with Lube Logger, but rather with the format of the CSV I am trying to import. If it turns out to be a genuine issue, I will make one.
The EcoModder Forum has a fuel efficiency tracking feature in it's garage, and I'm looking to import my records into Lube Logger, however I'm having a bit of difficulty with it.
The log page has a spreadsheet-friendly fuel log output, which is to say, not CSV, but something to be pasted into a spreadsheet. Luckily I have meticulously kept the odometer mileage for each fillup in the comments, as the input form only accepts the delta, not total odometer.
If I structure it exactly like the sample shown on the import page, so like the following:
It does not want to import, and I get the following errors in the terminal:
Is there anything I can do to make it import successfully?
Beta Was this translation helpful? Give feedback.
All reactions