[Zope] populate CMFCollector with a python script remotely

Dylan Reinhardt zope at dylanreinhardt.com
Mon Sep 15 12:51:33 EDT 2003


On Mon, 2003-09-15 at 09:44, anton wrote:
> Hi,
> 
> I have zope 1.6.1+plone 1.04+ CMFCollector running on a linux box.
> 
> Now I would like to write have a python script on my other Win2K PC,
> which parses a issue database (could be csv,ascii excel..) and 
> add automatically new items to the collector.
> 
> The reason: I have an old excel file with bugs, and I would like
> to transfer them to the collector.

I'd write an external method that imports the CSV module, parses the
data and posts each retrieved item to your collector.

Shouldn't take too long to get that right.

Dylan




More information about the Zope mailing list