[Zope] importing data
Steve Spicklemire
steve@spvi.com
Wed, 8 Nov 2000 07:26:45 -0500 (EST)
Hi Jamey,
It's also possible (and i think maybe easiest...) to do this in an
external method. Alas.. this also requires you to be familiar with
Python (as was posted before...)
-steve
>>>>> "James" == James Sintz <jsintz@ohiohistory.org> writes:
James> I have created a simple zclass product for a web based
James> newsletter. Each day's newsletter is input into a form and
James> added into the ZODB as instances of this newsletter
James> zclass. My question is... how do I import 2 years worth of
James> newsletters from tab delimited files exported from another
James> database?
James> I searched the archives and how-to section and could not
James> find the answer. Is this possible to do?
James> Thanks!!
James> Jamey
James> _______________________________________________ Zope
James> maillist - Zope@zope.org
James> http://lists.zope.org/mailman/listinfo/zope ** No cross
James> posts or HTML encoding! ** (Related lists -
James> http://lists.zope.org/mailman/listinfo/zope-announce
James> http://lists.zope.org/mailman/listinfo/zope-dev )