how to make data that download from google-app-engine readable..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-05-19T02:59:33Z Indexed on 2010/05/19 3:20 UTC
Read the original article Hit count: 371

i use this to download all data from my google app: i follow this article: http://code.google.com/intl/en/appengine/docs/python/tools/uploadingdata.html#Creating_Exporter_Classes

and download data use this:

bulkloader.py --dump  --url=http://zjm1126.appspot.com/remote_api --filename=b.csv

but the data is :

alt text

so how to make the data readable ?

thanks

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about python