On Tue, Sep 3, 2013 at 9:44 AM, Sercan Altundas <sercan.altun...@gmail.com>
wrote:

> I upload a *"Person.csv"* file to my GAE application via bulkloader,
> which looks like this;
>
> Name,Age,Gender
> Sercan,22,M
> Tabitha,21,F
>
> once I upload the table, I can properly see it in datastore viewer. But
> then when I want to download it back, again via bulkloader, file comes back
> wit corrupt characters in it like this;
>
>

The file is not corrupt. It looks about right to me. It's just not the
format you're expecting.

This is a SQLite db file, not a CSV file. Try extracting it into SQLite;
there are some directions here:
http://stackoverflow.com/questions/6411030/how-to-unpack-sqlite3-database-written-by-google-appengine-bulk-downloader



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to