bulkloader
AppEngine bulkloader export Model with self-defined Property
I want to use bulkloader to download all entities in a model with some self-defined Property. If I define a model like this,[详细]
2023-04-11 20:46 分类:问答BadRequestError while uploading data using bulk loader
Hello I have created sample Greeting application in Google app engine. Now I am trying to upload data using bulk loader.[详细]
2023-04-11 20:42 分类:问答Long (and failing) bulk data loads to Google App Engine datastore
I\'m developing an application on Google App Engine using the current django non-rel and the now default, high replication datastore.I\'m currently trying to bulk load a 180MB csv file locally on a de[详细]
2023-04-10 16:41 分类:问答Which credentials should I put in for Google App Engine BulkLoader at JAVA development server?
I can\'t upload data to my GAE Java dev serwer. Bulkloader asks for a password, but no password matches:[详细]
2023-04-07 15:31 分类:问答Appengine BulkLoader problem using development server
I am doing something that should be simple and getting stuck over and over again. I am getting this error when uploading quite simple csv files to my development server:[详细]
2023-03-28 17:33 分类:问答Google appengine, Cannot fetch data from child model
My bulkloader.yaml looks like this: - import: models transformers: - model: models.Company connector: csv[详细]
2023-03-28 06:35 分类:问答Loading XML locally with AS3
I have a project in Flash Builder and I use Bulkloader to load some configuration files. When I run the project from Flash Builder or in a server, everything works as expected, but when I run the SWF[详细]
2023-03-25 12:35 分类:问答Where are the reference pages of the Google App Engine bulkloader transform?
From an empty datastore, I was able to auto-generate a bulkloader.yaml file. It only contains the python_preamble, but the transformers section was empty.[详细]
2023-03-23 05:57 分类:问答Google App Engine Bulkloader “Authentication Failed”
I\'m trying to use the bulkloader to load my data to the App-Engine server. I run the following command using Python 2.5:-[详细]
2023-03-20 22:28 分类:问答CPU Time needed to bulk upload 2 GB database?
I hired a programmer to port my web site -- originally implemented using Django and MySQL -- over to Google App Engine. The database for the original web app is about 2 GB in size, and the largest tab[详细]
2023-03-20 14:07 分类:问答