[google-appengine] Re: Struggling to Upload a CSV file to AppEngine Datastore

2009-11-17 Thread Benjamin Mayo
> then issue the following from the command line... > > appcfg.py upload_data --config_file= 2>.py --filename=.csv --kind= > > > On Nov 16, 11:43 am, Benjamin Mayo > wrote: > > > > > Bear with me here. I have never used python at the *commandline* > >

[google-appengine] Struggling to Upload a CSV file to AppEngine Datastore

2009-11-16 Thread Benjamin Mayo
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 st