Hello,

In my model class I've defined a class method called create that does
a few things before the data is saved.

However it seems that when I use the bulk csv import via the data
loader I created, the create method is not being called.

Does anyone know if there is a way to have the loader use my create
method?

My loader looks like this at present:

...
bulkloader.Loader.__init__(self, 'MyClass',
                               [('name', str),
                                ('x', float),
                                ('y', float),
                                ('pointype', str)])


Any advice would be much appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to