Workout database loader from a Numbers spreadsheet
- AppleScript to get Numbers to dump the workout data to a CSV file.
- Python to turn the CSV into JSON.
- TypeScript node application to convert the JSON into records and load into sqlite.
- Driven by a shell scripts so I can move my workout data from the spreadsheet automagically.