I had been using Zero To Hero for years to track my workouts. The app has not seen development in a while.
You can backup your ZTH data to a Realm database via the app.
This .zth file can be exported to a JSON with the attached Node.js script (you need npm install realm
).
Then the JSON can be post-processed into a CSV file following the Strong app format (I took this sample).