Changes between Version 13 and Version 14 of BluePrint/Importer/Excel
- Timestamp:
- 10/27/15 11:20:22 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Importer/Excel
v13 v14 2 2 [[TOC]] 3 3 4 We have an [UserGuidelines Importer Importer] which uses CSV files and works very well when the correct data is entered.4 We have an [UserGuidelines/Importer Importer] which uses CSV files and works very well when the correct data is entered. 5 5 6 6 The 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 (e.g. Dates). 7 7 8 To overcome that, we 're lookingfor a pre-processor that converts XLS (MS Excel) sheets into CSV before importing.8 To overcome that, we looked for a pre-processor that converts XLS (MS Excel) sheets into CSV before importing. 9 9 10 NB This should also help us with ensuring that imported data is properly UTF-8. MS Excel tends to save CSVs as ANSI whilst it defaults to UTF-8 from 97+ & provides the encoding sed for older versions which can be picked up by xlrd:10 NB This should also help us with ensuring that imported data is properly UTF-8. MS Excel tends to save CSVs as ANSI whilst it defaults to UTF-8 from 97+ & provides the encoding used for older versions which can be picked up by xlrd: 11 11 12 12 * https://secure.simplistix.co.uk/svn/xlrd/trunk/xlrd/doc/xlrd.html