Changes between Version 46 and Version 47 of UserGuidelines/Importer
- Timestamp:
- 09/24/13 12:24:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Importer
v46 v47 6 6 7 7 Currently these need to be converted to CSV format, however there is now support for building .xls[x] templates to wrap around the CSV: 8 * 8 * [wiki:BluePrint/Importer/Excel Excel Importer] 9 9 10 10 Process: 11 11 * Data needs putting into the correct columns 12 * Date formats need to be correct 13 12 * Fields should be wrapped with "" quotes to prevent issues 13 * There should be no line-breaks in text fields (see attached cleanCSV.py for help with this) 14 * Date formats need to be correct: [http://en.wikipedia.org/wiki/ISO_8601 ISO8601] 15 * If the file is very large, then it can be better to split into multiple files to avoid memory exhaustion (see attached splitCSV.py for help with this) 14 16 15 17 This can be done to [DeveloperGuidelines/PrePopulate PrePopulate] an instance. … … 36 38 * Contribute/Code#OSMImporterUI 37 39 38 39 40 == Ushahidi == 40 41 XSLT available to import Ushahidi reports into Sahana Eden's Incident Reporting system … … 43 44 44 45 == See Also == 45 * BluePrint Importer46 * BluePrint/Importer 46 47 * [BluePrint/PrePopulate PrePopulate] 47 48 * [wiki:S3/DataImportCLI DataImportCLI]