On Tue, Jun 23, 2009 at 9:26 AM, Nick Johnson (Google) < [email protected]> wrote:
> Check out the source code for the Exporter in the bulkloader: > http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/tools/bulkloader.py#3308. > The docstrings describe how to define your own exporter class that stores > data however you want. > The docstring on the Exporter class is incorrect; it suggests overriding a method on the Loader class. The Exporter class's __init__ method expects a bunch of tuples that connect entity properties to functions that return strings. There doesn't seem to be a way to decouple this assumption (that properties are serialized as strings) from the other initialization machinery (registering the exporter for a given entity class). Am I missing something? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
