You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2018. It is now read-only.
The header line in the raw results (The one that usually starts with: "Place Bib Name ...") is used to determine the headers for each of the columns. We need a way to uniquely pick this line out of the raw text results, so that we can split it into a list of the header fields.
Currently, the header is being identified by the presence of the literal string 'Place', which works for newer results. In some older sets of results, the string 'Place' doesn't occur.