Changes between Version 40 and Version 41 of UserGuidelines/Importer


Ignore:
Timestamp:
03/24/12 04:37:11 (13 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Importer

    v40 v41  
    1111Can import data from spreadsheets in CSV (Comma Separated Values) format as long as it is formatted properly.
    1212
    13 This can be done to [BluePrint/PrePopulate PrePopulate] an instance.
     13This can be done to [DeveloperGuidelines/PrePopulatePrePopulate] an instance.
    1414
    1515After 1st run, there are menu links for many resources, but any REST controller can have the 'import' method invoked if there is a suitable .xsl file as {{{static/formats/s3csv/module/resource.xsl}}}:
     
    2525Alternately these can be done using CLI scripts:
    2626* [wiki:S3/DataImportCLI DataImportCLI]
    27 
    2827
    2928==== Old: Web2Py native ====