Changes between Version 48 and Version 49 of UserGuidelines/Importer
- Timestamp:
- 09/24/13 12:41:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Importer
v48 v49 11 11 * Data needs putting into the correct columns 12 12 * Fields should be wrapped with "" quotes to prevent issues 13 * There should be no line-breaks in text fields (see attached cleanCSV.pyfor 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) 14 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.pyfor 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) 16 16 17 17 This can be done to [DeveloperGuidelines/PrePopulate PrePopulate] an instance.