[google-appengine] Re: Data upload: differences between bulkload_client and bulkloader ?

2009-04-13 Thread Randinn
Has anyone come up with an equivalent for the Java implementation? On Mar 26, 2:14 pm, Julian wrote: > Thanks for the clarification. > > In the old version, the way to assign key names for uploaded data was > to override HandleEntity() and to create a new entity there. > With the new version(bul

[google-appengine] Re: Data upload: differences between bulkload_client and bulkloader ?

2009-03-25 Thread Julian
Thanks for the clarification. In the old version, the way to assign key names for uploaded data was to override HandleEntity() and to create a new entity there. With the new version(bulkloader.py), it seems you should override GenerateKey() instead. Maybe you can add it to the documentation. Ju

[google-appengine] Re: Data upload: differences between bulkload_client and bulkloader ?

2009-03-25 Thread Marzia Niccolai
Hi, The article is now obsolete and should be removed, it explains how to use the bulk upload tool that was available at launch. Recently, we released an improved version of the tool, which is what the second document explains. -Marzia On Tue, Mar 24, 2009 at 4:58 AM, Julian wrote: > > Hi, >