Changes between Version 6 and Version 7 of BluePrint/PrePopulate
- Timestamp:
- 01/22/12 14:43:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/PrePopulate
v6 v7 40 40 For some import jobs it is easier to create a purpose built import function rather than use the Importer. These are created by using a asterisk at the start of the line in the tasks.cfg file, as follows: 41 41 {{{ 42 *,gis_ import_csv,USA_L1.csv42 *,gis_set_default_location,defaultlocation.csv 43 43 }}} 44 This uses the csv file ''' USA_L1.csv''' and the function '''gis_import_csv''' to import, in this case, level 1 location data for the USA.44 This uses the csv file '''default_location.csv''' and the function '''gis_set_default_location''' to set, in this case, the default location. 45 45 === URL Import === 46 46 Data can be imported using URL calls: