[google-appengine] Re: exporting table to xml

2009-03-16 Thread Wooble
On Mar 16, 1:15 pm, Steph Thirion wrote: > (By the way, how do I check how many entries I have in a table? From > the data viewer I see it only shows a max of 1000) You put in a (possibly sharded) counter from the start. --~--~-~--~~~---~--~~ You received this m

[google-appengine] Re: exporting table to xml

2009-03-16 Thread Marzia Niccolai
Hi, There is no built-in way to bulk-download your data, you will need to write a custom utility. You can only fetch at most 1000 entities at a time, but depending on the size and shape of your data, it's possible that in 1 request it will be less than that. If you haven't built in a reliable wa