Changes between Version 46 and Version 47 of UserGuidelines/Importer


Ignore:
Timestamp:
09/24/13 12:24:52 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Importer

    v46 v47  
    66
    77Currently 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]
    99
    1010Process:
    1111* 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)
    1416
    1517This can be done to [DeveloperGuidelines/PrePopulate PrePopulate] an instance.
     
    3638 * Contribute/Code#OSMImporterUI
    3739
    38 
    3940== Ushahidi ==
    4041XSLT available to import Ushahidi reports into Sahana Eden's Incident Reporting system
     
    4344
    4445== See Also ==
    45  * BluePrintImporter
     46 * BluePrint/Importer
    4647 * [BluePrint/PrePopulate PrePopulate]
    4748 * [wiki:S3/DataImportCLI DataImportCLI]