what was the exact error or symptom? i'm reluctant to repeat the how- to guide.
http://code.google.com/appengine/docs/python/tools/uploadingdata.html i've uploaded bulk elements via csv multiple times and the instructions worked perfectly. the sections you actually have to implement are: 1. "setting up remote_api" 2. "creating loader classes" 3. "preparing your data" then issue the following from the command line... appcfg.py upload_data --config_file=<your loader script from step 2>.py --filename=<your CSV file>.csv --kind=<your db.Model class name> <app-directory> On Nov 16, 11:43 am, Benjamin Mayo <[email protected]> wrote: > Bear with me here. I have never used python at the *commandline* > before. Ever. > > I have a .CSV file containing the database I would like to upload to > my GAE datastore. I have followed the documentation provided, but the > python shell keeps returning errors (syntax: update_data). Please can > someone step me through how to import the CSV file into AppEngine. > > Thankyou for any help you can give, which - I promise - is greatly > appreciated. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=.
