can i upload all data to gae without bulkloader..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-06-18T09:57:40Z Indexed on 2010/06/18 10:03 UTC
Read the original article Hit count: 272

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 ,

thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine