Changes between Version 48 and Version 49 of UserGuidelines/Importer


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Importer

    v48 v49  
    1111* Data needs putting into the correct columns
    1212* 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)
     13* There should be no line-breaks in text fields (see [whttp://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/Importer/cleanCSV.py cleanCSV.py] for help with this)
    1414* 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)
     15* If the file is very large, then it can be better to split into multiple files to avoid memory exhaustion (see [http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/Importer/splitCSV.py splitCSV.py] for help with this)
    1616
    1717This can be done to [DeveloperGuidelines/PrePopulate PrePopulate] an instance.