LukeWoodward / SplitsBrowser

Orienteering results analysis
GNU General Public License v2.0
13 stars 9 forks source link

Support comma-separated club names in CSV format #48

Closed LukeWoodward closed 7 years ago

LukeWoodward commented 8 years ago

Event 9123 on splitsbrowser.org.uk fails to load because some club names contain commas. SplitsBrowser is assuming the club name ends at the comma.

It may be possible for SplitsBrowser's handling of CSV files to be amended to handle such club names. The club name should be followed by the start time, so if the next part of the line after the club name isn't a valid time, we could append this part to the club name and look at the next part for the start time.

LukeWoodward commented 8 years ago

Event 7343 has the same problem.