Questions tagged [bulkloader]
167 questions
-1
votes
1 answer
How to config export property db.ListProperty(db.Key) in bulkloader
I started to export data from Google AppEngine with bulkLoader, configured in bulkloader.yaml. For "standard" data likes string, int and bool this is no problem. Even single keys are exported easily.
Now I have some data db.ListProperty(db.Keys)…

skurt
- 1,019
- 2
- 13
- 29
-4
votes
1 answer
can i upload all data to gae without bulkloader
i can use this code to download all data from my app on gae :
appcfg.py download_data --application=zjm1126 --url=http://zjm1126.appspot.com/remote_api --filename=a.csv
it is not use bulkloader , so can i upload all data without bulkloader…

zjm1126
- 63,397
- 81
- 173
- 221