Changes between Version 6 and Version 7 of BluePrint/PrePopulate


Ignore:
Timestamp:
01/22/12 14:43:33 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/PrePopulate

    v6 v7  
    4040For 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:
    4141{{{
    42 *,gis_import_csv,USA_L1.csv
     42*,gis_set_default_location,defaultlocation.csv
    4343}}}
    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.
     44This uses the csv file '''default_location.csv''' and the function '''gis_set_default_location''' to set, in this case, the default location.
    4545=== URL Import ===
    4646Data can be imported using URL calls: