Hello,

I'm trying to upload a csv file into my app (currently just into the
development server) and I received the following error:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
10: ordinal not in range(128)
[ERROR   ] [Thread-2] BulkLoaderThread: caught exception (<type
'exceptions.UnicodeDecodeError'>, UnicodeDecodeError('ascii', 'Casa
Batll\xc3\xb3', 10, 11, 'ordinal not in range(128)'), <traceback
object at 0x2f39998>)
Traceback (most recent call last):


So I ran the file through iconv as follows:

cat file.csv | iconv -t utf8 > file-utf8.csv

A diff of the files shows that they are identical, and uploading the
converted one triggers the same error.

Would anyone be able to suggest a solution to this?  I'd prefer not to
drop characters if at all possible.

Any suggestions 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 [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