Hi Lan, Thanks for your reply.
I have a python file to retrieve data from SQLite and stored as CSV file. This python file is not in local Google SDK. It's seperate file, now i run this file manually. What I required is every one hour automatically the data retrieved from SQLite to CSV, the bulkloader.py push the data to Google App Engine datastore. Is it possible ? Kindly explain me briefly. I am not clear with server side component to bulk uploader. On Feb 4, 12:11 pm, Ian Lewis <[email protected]> wrote: > BTW, there is a server side component to the bulk uploader so you will need > to look up how to set that up. > > Ian > > 2009/2/4 Ian Lewis <[email protected]> > > > > > > > You will probably need to convert the data for each table into CSV files > > and use the bulkload_client.py script that is present in the root directory > > of the google appengine SDK. You can look up online how to use it or run > > "python bulkload_client.py" to see the options. > > > Ian > > > 2009/2/4 S.I <[email protected]> > > >> Hi, > > >> We have the application configured in our local server and store the > >> application data in SQLite database . I want to push the data from our > >> local SQLite database to Google App Engine datastore. I don't know how > >> to upload the SQLite data to Google App Engine datastore. > >> Kindly help me. > > > -- > > ======================================= > > 株式会社ビープラウド イアン・ルイス > > 〒150-0012 > > 東京都渋谷区広尾1-11-2アイオス広尾ビル604 > > email: [email protected] > > TEL:03-5795-2707 > > FAX:03-5795-2708 > >http://www.beproud.jp/ > > ======================================= > > -- > ======================================= > 株式会社ビープラウド イアン・ルイス > 〒150-0012 > 東京都渋谷区広尾1-11-2アイオス広尾ビル604 > email: [email protected] > TEL:03-5795-2707 > FAX:03-5795-2708http://www.beproud.jp/ > =======================================- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
