Hi, I have the follow problem
- I have around 25,000 XML files I need to pre populate the data store with - I am using a High Replication Datastore therefore I can't use the bulk uploader for that I can't of course upload those files as part of my WEB-INF because the limit is 3000 files. One solution I can think of is to write a client that send one file at a time to my Web App then I parse it and insert it into the Data Store but that will eat up my entire BW. Is there another solution for my problem? Cheers and many thanks in advance -- 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.
