Package bosco :: Module importer :: Class RunnerImporter
[hide private]
[frames] | no frames]

Class RunnerImporter

source code

Importer --+    
           |    
 CSVImporter --+
               |
              RunnerImporter

Import Runner data from CSV file. This class currently only consists of helper functions for derived classes.

Instance Methods [hide private]

Inherited from CSVImporter: __init__

Inherited from Importer: import_data

Static Methods [hide private]
date or None
_parse_yob(yob)
Parses the year of birth
source code
 
_get_sicard(si_str, store) source code
 
_add_sicard(runner, sicard, store, force=False)
Add SI Card to runner if it is valid.
source code
 
_parse_sex(sex) source code
Method Details [hide private]

_add_sicard(runner, sicard, store, force=False)
Static Method

source code 

Add SI Card to runner if it is valid. @return One of the SICARD_* constants above.