Changes between Version 4 and Version 5 of BluePrint/Importer/Excel


Ignore:
Timestamp:
11/01/12 18:43:59 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Importer/Excel

    v4 v5  
    55The limitations of CSV, however, are that there is no client-side Validation or Online Help, so it is very easy for users to input incorrect data.
    66
    7 We'd like to allow deployers to build custom Excel workbooks which have protected fields for the core data inputs (like those used for feeding Assessments to the Survey module) and can then add additional Online Help & client-side Validation.
     7We'd like to allow deployers to build custom Excel workbooks which have protected fields for the core data inputs (like those used for feeding Assessments to the Survey module) and can then add additional Online Help & client-side Validation. They can also be customised more easily for local contexts, such as providing localised names for the Location Hiearrchy rather than 'L1', 'L2', 'L3', etc
    88
    99This project, therefore, is about designing a pre-processor for the current Importer back-end to allow .xls files to be uploaded & converting them to CSV before passing them to the current CSV importer.
     
    1414== Extensions ==
    1515The link to download the template should check for the existence of an .xls in static/formats/s3csv & use that instead of the .csv one where-present.
    16 
    17 == See Also ==
    18 BluePrint/ErrorMessages