-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import from csv #134
Comments
Would it be reasonable to re-format as json with a specific structure? |
At the moment I only have that csv file , I mean in the database structure there's not km or elevation, It seems just to use GPX files in order to get stats. |
There are already a number of supported file formats, gpx is just one. To add a generic one, I should think about a generic structure. |
Eg. add weight and repetition based workouts. Addresses #145, #140, #134, #55 Signed-off-by: Jo Vandeginste <[email protected]>
I'm testing workout-tracker , I love that app which runs fast on Docker image 👍
I'd like to import past workouts from csv file which is formatted like that (I don't have gpx files any more) :
I've search database.db but it seems to only get stats on gpx source.
The text was updated successfully, but these errors were encountered: