On Thu, Feb 13, 2014 at 1:53 PM, gustavo <[email protected]> wrote:

> Does anybody have an example on how to easily upload csv data to the
> data store with java?
>


Do you want to use a CSV file to define entities within the datastore, or
upload and save the entire CSV file to App Engine?

If you're using the CSV file to define entities, you can use the bulkloader
( https://developers.google.com/appengine/tools_tips#Bulk_Loader ) to
automatically load entities into the datastore. If you want to save the
entire file, you can upload the file to the Blobstore (
https://developers.google.com/appengine/docs/java/blobstore/#Java_Uploading_a_blob)
or Google Cloud Storage (
https://developers.google.com/appengine/docs/java/googlecloudstorageclient/).
Code examples are available at the above links.


-----------------
-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 [email protected].
To post to this group, send email to [email protected].
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