I recommend using the new bulkloader we're working on. I'll send you a link to it--it should make your life pretty simple.
You do not need to deploy a Python app (see various threads from me-- we'll document this soon). bulkloader --dump writes out a sqlite3 file with encoded entities-- it's not particularly useful by itself, it's primarily useful for bulkloader --restore. Though it can be parsed. --Matthew On Jan 27, 5:19 am, Pablo Francavilla <[email protected]> wrote: > Hi Wesley, I think I didn't express well > > My Application it's written with GAE/J . Our customer ask us to give him a > way to export to csv the entities of his application. > > So, I Googled a lot, and I found the only way to do that it's deploying a > "parallel" python application. I follow these links > > http://appengine-cookbook.appspot.com/recipe/using-the-python-bulk-ex...http://code.google.com/appengine/docs/python/tools/uploadingdata.html...http://groups.google.com/group/google-appengine/browse_thread/thread/... > > My question is: It's possible to export to csv without writing a python > class for each Java class ? > > Thanks > > On Tue, Jan 26, 2010 at 8:27 PM, Wesley C (Google) > <[email protected]<wesc%[email protected]> > > > > > wrote: > > it looks like you have some issue with your app.yaml file. please make > > sure it's of a format similar to the following: > > > application: sandbox-getsense-it > > version: 1 > > runtime: python > > api_version: 1 > > > handlers: > > - url: /.* > > script: main.py > > > also, here are two recent threads about creating CSV files: > > >http://groups.google.com/group/google-appengine-python/browse_thread/... > > >http://groups.google.com/group/google-appengine-python/browse_thread/... > > > hope this helps! > > -- wesley > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > "Core Python Programming", Prentice Hall, (c)2007,2001 > > "Python Fundamentals", Prentice Hall, (c)2009 > > http://corepython.com > > > wesley.j.chun :: [email protected] <wesc%[email protected]> > > developer relations :: google app engine > > > -- > > 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]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- 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.
