Skip to content

Convert a Meet Manager start list to a CTS Dolphin CSV

License

Notifications You must be signed in to change notification settings

dfeeley/events2dolphin

 
 

Repository files navigation

Export Meet Manager events to Dolphin

This program converts a list of swimming events from Hy-Tek Meet Manager into a format that can be imported by CTS Dolphin software.

✨ Installation ✨

Download the latest release of events2dolphin.exe

📖 Instructions 📖

  1. Export a start list for CTS scoreboards.
    • In Hy-Tek Meet Manager, go to:
      File > Export > Start Lists for Scoreboard > Start Lists for CTS
    • Choose an output folder and the desired session.
    • This will write a set of *.scb files to the chosen directory, one per event in the session.
      Note: You can export multiple sessions then convert and import them all at once.
      Export scoreboard start list for CTS
  2. Use events2dolphin.exe to generate the Dolphin event CSV.
    • Open the folder from above and select all the *.scb files.
    • Drag the files (all at once) onto this executable.
    • This program will write a file: dolphin_events_X-Y.csv, where X and Y are the first and last event numbers.
  3. Load the CSV into the Dolphin software.
    • In the Dolphin software, go to the Events screen.
    • Click Load, and select the CSV from above
      Load the CSV into Dolphin
    • The events should appear in the table, with the name, number, and number of heats.
      Final result

🔧 Troubleshooting 🔧

Having a problem??? Open an issue


Changelog

This changelog is based on Keep a Changelog

This project follows Semantic Versioning

0.5.0 - 2020-08-16

Added

  • Initial version

About

Convert a Meet Manager start list to a CTS Dolphin CSV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.5%
  • Batchfile 9.5%