Replies: 1 comment
-
There is no inbuilt way to do it but if you give a dump of the workout
table to chatgpt, it can write a script to convert all units to your
choosing.
…On Tue, Jul 22, 2025, 1:20 AM Aaron Godfrey ***@***.***> wrote:
Was testing out the fitness functionality and I imported my exported stats
from the strong app. It imported great, but all imported results are in kg,
and my preferences are set to Imperial units. Is there a way to bulk
convert them to lbs? I first tried uploading a csv in lbs, but it seems
that the code expects the units to be in kg
<https://github.com/IgnisDa/ryot/blob/210e276b5973419a76dd011b185ad08fb34bbbc2/crates/services/importer/src/strong_app.rs#L38>
.
I would imagine if not through the UI that I could run some db query to
manually update existing records in the workout table. (this is
self-hosted). Thanks!
—
Reply to this email directly, view it on GitHub
<#1482>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOQ5PNCQN7PSV7WD7IPSZ4D3JVABFAVCNFSM6AAAAACCAY6JO2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGYYTOMRRHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
boralyl
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.
-
Was testing out the fitness functionality and I imported my exported stats from the strong app. It imported great, but all imported results are in kg, and my preferences are set to Imperial units. Is there a way to bulk convert them to lbs? I first tried uploading a csv in lbs, but it seems that the code expects the units to be in kg.
I would imagine if not through the UI that I could run some db query to manually update existing records in the workout table. (this is self-hosted). Thanks!
Beta Was this translation helpful? Give feedback.
All reactions