[google-appengine] Re: bulk uploading to related tables

2009-10-09 Thread Nick Johnson (Google)
Hi Graham, On Thu, Oct 8, 2009 at 11:12 PM, Graham Charles grahampchar...@gmail.comwrote: Thanks for that; I'll take a look. I'm interested that you write about uploading data directly from a SQL source, too -- can't wait for that! I blogged about this a while ago:

[google-appengine] Re: bulk uploading to related tables

2009-10-08 Thread Graham Charles
Thanks for that; I'll take a look. I'm interested that you write about uploading data directly from a SQL source, too -- can't wait for that! I'm a little surprised that data loading is so minimally implemented on GAE to date -- it seems pretty crucial to most applications. Maybe it's just a

[google-appengine] Re: bulk uploading to related tables

2009-10-07 Thread Nick Johnson (Google)
Hi Graham, I covered specifying key names briefly in this article: http://blog.notdot.net/2009/9/Advanced-Bulk-Loading-part-2-Customization It doesn't explicitly demonstrate returning key objects from generate_key, but it's a fairly straightforward modification of that. -Nick Johnson On Tue,

[google-appengine] Re: bulk uploading to related tables

2009-10-05 Thread Nick Johnson (Google)
Hi Graham, On Sun, Oct 4, 2009 at 10:25 PM, Graham Charles grahampchar...@gmail.comwrote: I'm struggling with bulk uploading CSV files to related tables. I have foreign keys in the source data, but obviously, GAE doesn't use them. You can translate foreign keys into db.Key instances, and

[google-appengine] Re: bulk uploading to related tables

2009-10-05 Thread Graham Charles
Thanks for the reply! Any idea where I can find any documentation or sample code? Thanks, g. On Oct 5, 2:39 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi Graham, On Sun, Oct 4, 2009 at 10:25 PM, Graham Charles grahampchar...@gmail.comwrote: I'm struggling with bulk