Ignore:
Timestamp:
27 Jun 2010, 08:57:01 (14 years ago)
Author:
uli
Message:

In examples mention header fields required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/ulif-fasttables/src/waeup/sirp/jambtables/README.txt

    r5243 r5244  
    1818    ... 91109351AC,ARISERE EBIKEBUNA COMFORT,ARISERE,EBIKEBUNA,COMFORT,F,6/1/1984,EDO,OV-SW,BSCPOL,2009/09/25 09:00:00 GMT+1,REPRINT SLIP AS FROM WED 23/09/2009,9,pde
    1919    ... ''')
     20
     21JAMB CSV tables have to provide the following header fields in the
     22first line:
     23
     24    >>> from pprint import pprint
     25    >>> from waeup.sirp.jambtables.jambtables import JAMB_DATA_HEADERS
     26    >>> JAMB_DATA_HEADERS
     27    ['firstname', 'lastname', 'middlenames', 'screening_type',
     28     'screening_venue', 'reg_no', 'sex', 'course1', 'jamb_state',
     29     'screening_date', 'jamb_lga', 'fst_sit_fname', 'date_of_birth']
    2030
    2131Now we create a JAMBDataTable and import the data:
Note: See TracChangeset for help on using the changeset viewer.