Hi,

With the new bulkloader, I can download data from the production
server to CSV (utf-8).

Now If I delete all the production datas, I can upload my CSV.
All the datas are correct.

But If I want to upload this CSV to the local dev server then all
properties that contain non ascii char (é,è,ù,ç,....) are blank.

There is no warning, no log,... it fails silently.
I've tried to use "lambda x: x.encode('utf-8')" or other unicode
transformations, but it doesn't work.

I think there is a bug and I will fill an issue but maybe there is
solution ?

Regards


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