esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
40 stars 20 forks source link

More robust 'Name' field parsing in SeriesMgr Excel input #103

Open kimble4 opened 1 year ago

kimble4 commented 1 year ago

If there is only a 'Name' field, and the contents aren't comma-separated, split on the last space in the name if there is one, or failing that, treat the entire thing as LastName. A minor convenience for working with Excel files that have come from somewhere other than CrossMgr. This also allows SeriesMgr to reliably read its own Excel output, where the names aren't always comma-separated.