Quote Originally Posted by numinix View Post
If you'd like, there is a feature in the ePier exporter that you can copy to the Google Base Feeder. It is a conditional statement near the beginning of the output section (after the products_query) that starts writing at 'X' number of products. So, you'd first put start = 1, max_products = 1000, then start = 1001, max_products = 2000 and so on.

I'll take a look at that and try to modify the script.

Currently I backup the store to my local computer and then run the script locally. Of course I have to modify the output to add the correct urls and manually upload the file but it works.

If I can get this to work on the server then I can use a cron job to do this automatically. My php skills are minimal but may try the epier solution.

Any plans to integrate it into a future release (thought I had to ask :))?