I'm looking for the same answer. I do a duplicate check before
importing and want to not insert it if it matches something already in
the db. And I get the same error when I return None, when the
documentation says to do that if you want to skip it.

On Mar 5, 1:52 pm, DocDay <[email protected]> wrote:
> Bulk loader is doing what I want, except I'd like to skip certain
> records on import.
>
> Using post_import_function and returning None as described in the docs
> to skip records instead returns the message "NoneType has no attribute
> has_key".
>
> Has anyone successfully used post_import_function to skip records?
>
> I seek a very simple, very explicit, and non-deprecated example of
> doing that.
>
> Anybody have one?

-- 
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