Hi, As the GAE document described, uploading data (e.g csv) to GAE datastore can be done by using bulk loader and with appcfg.py upload_data --application=<app-id> --kind=<kind> --filename=<data- filename> <app-directory> command as described at http://code.google.com/appengine/docs/python/tools/uploadingdata.html.
I am wondering is there any other ways to upload data to GAE datastore? which way is the best? Thanks a lot. David -- 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=en.
