Changeset 4868 for waeup/trunk


Ignore:
Timestamp:
21 Jan 2010, 06:32:33 (15 years ago)
Author:
uli
Message:

Remove m_prefix attribute from faked CSV file for certificate
import. We remove the value from the created header and the
appropriate values from the data rows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/trunk/src/waeup/browser/batchprocessing.txt

    r4858 r4868  
    268268
    269269    >>> open('certificates.csv', 'wb').write(
    270     ... """code,faculty_code,department_code,title,category,study_mode,start_level,end_level,m_prefix,max_pass,application_category
    271     ... CERT1,FAC1,DEP1,Certificate 1,UG,uf_ft,100,500,DCS,30,basic
    272     ... CERT2,FAC1,DEP1,Certificate 2,UG,uf_ft,200,400,DCS,30,cest
     270    ... """code,faculty_code,department_code,title,category,study_mode,start_level,end_level,max_pass,application_category
     271    ... CERT1,FAC1,DEP1,Certificate 1,UG,uf_ft,100,500,30,basic
     272    ... CERT2,FAC1,DEP1,Certificate 2,UG,uf_ft,200,400,30,cest
    273273    ... """)
    274274
Note: See TracChangeset for help on using the changeset viewer.