Hello Marco,

Are you using the Python or Java runtime?

If you're using the Python runtime, you can easily upload data from a CSV 
file by using the bulk loader in appcfg.py. Follow the directions here: 
https://developers.google.com/appengine/docs/python/tools/uploadingdata#Downloading_and_Uploading_All_Data
 

If you're using the Java runtime, things get a bit more complicated. You 
can still use the Python bulk loader, but you have to follow some special 
directions, such as installing the Java version of remote_api and so forth 
(the details are in the above link). A second option is to see Ikai's blog 
post 
http://ikaisays.com/2010/08/11/using-the-app-engine-mapper-for-bulk-data-import/
 where 
he explains how to use the Blobstore and MapReduce to copy data into the 
Datastore. A third option is to simply write your own bulkloader. It's 
fairly straightforward: you can pull in the CSV parser in Apache Commons 
and generate entities from each line.


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

@GOV on AppDotNet: https://alpha.app.net/gov


On Sunday, March 24, 2013 8:38:08 AM UTC-5, macro asm wrote:
>
> Hİ. How the csv google app engine upload datastore?
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to