Or use the remote api [1] and write a python script on your local computer to parse the file with insert statements and create the objects. This is kind of what bulkupload does but using CSV files for input. If you parse the file into a dictionary, key=attribute name. You can use
myObj = MyObject(**parsedDict) to create an object of that type. [1] http://code.google.com/appengine/articles/remote_api.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
