Changes between Version 49 and Version 50 of UserGuidelines/Importer


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Importer

    v49 v50  
    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 [whttp://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/Importer/cleanCSV.py cleanCSV.py] for help with this)
     13* There should be no line-breaks in text fields (see [http://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]
    1515* 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)