You’ll have to install the datetime, csv, and re packages into your python installation.
I’ll write a detailed README later this week, but you invoke it via ‘python import.py’ I assume the name of the csv file is entries.csv. The format of the lines in the CSV is in the comments of the code but it is:
Timestamp,First Name,Last Name,Email,Cell Phone,School,Grade,Available for Relays,Gender,Event 1,Event 1,Event 2,Event 2
You can change the for loop at line 120 to handle any CSV format you like (beauty of the CSV package I’m leverage).
This was a quick hack done around 9 years ago for our annual HS meet (our county doesn’t have swimming as a varsity sport in HS). If people find this useful, I can start to clean it up a bit.
Bill