[google-appengine] Re: SQLite with Google APP Engine

2009-02-04 Thread S.I
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 bulk

[google-appengine] Re: SQLite with Google APP Engine

2009-02-03 Thread Ian Lewis
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 > 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 goo

[google-appengine] Re: SQLite with Google APP Engine

2009-02-03 Thread Ian Lewis
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 > > Hi,