Thanks for all the responses.
I'll use Ian's first suggestion on Product, ProductIndex until
key_only query issue is resolved.

How do I change my bulkloader to update the Product and ProductIndex
on one upload?

class ProductLoader(bulkloader.Loader):
    def __init__(self):
        bulkloader.Loader.__init__(self, 'Product',
                                   [('pid', str),
                                    ('title', lambda x: unicode(x,
'utf-8')),
                                    ('site', str),
                                    ('url', str)
                                   ])

Thanks
Jon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to