Thanks for your proposal; the second one worked ( import_transform:
lambda x:datetime.datetime.today() ) and helped me a lot !
nota: I did not manage to make working your second one:
> import transform for uploading '2011-03-22 10:10:21.812274' style
> datetime(omit milliseconds)
> import_transform: lambda
> x:datetime.datetime.strptime(x.split(".")[0], "%Y-%m-%d %H:%M:%S")
=> I got an error about split function.
Philippe R
--
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.