Hi all, What do you use to import a batch of files into Zope? Preferably fully automatic and scriptable, being able to import a mixed set of files and images and create objects for them, set properties? Batch import of images is what I need the most, preferably creating ExtImage objects. Anybody already built something like that? Found load_site and fsimport so far, am I overlooking something? Thnx! Jonathan
Hi! Adapt load_site.py to your needs. It's pretty easy, really :) On Sun, 11 Mar 2001, Jonathan wrote:
What do you use to import a batch of files into Zope? Preferably fully automatic and scriptable, being able to import a mixed set of files and images and create objects for them, set properties? Batch import of images is what I need the most, preferably creating ExtImage objects.
Anybody already built something like that? Found load_site and fsimport so far, am I overlooking something?
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Jonathan -
Oleg Broytmann