How to upload 6000 record to Google Datastore from csv file

Posted by Ivan Slaughter on Stack Overflow See other posts from Stack Overflow or by Ivan Slaughter
Published on 2010-03-17T23:53:48Z Indexed on 2010/03/18 0:21 UTC
Read the original article Hit count: 704

http://code.google.com/appengine/docs/python/tools/uploadingdata.html is not clearly understand. Where i should call the bulkloader.py or appcfg.py? Should i import the csv file to local Google App Engine SDK first? How to keep the upload and download data process in existing application for datastore synchronization?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about google-datastore