[Zope] Saving property values to file

Norman Khine khine@btinternet.com
Wed, 25 Jul 2001 09:07:00 +0100


Sorry, but can you expand as I am not sure as how this is done.

Also how do I create the dtml method so that it lists each record on one
line sequentially, so that each additional record is started on a new line?

If possible can you add couple of simple examples

Many thanks

Norm,an

-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of J.
Cameron Cooper
Sent: 24 July 2001 23:44
To: zope@zope.org
Subject: Re: [Zope] Saving property values to file


>
>
>Now my problem is how to extract the whole list and save the contents as
>ASCii csv (Comma Seperated Variable Lenght) format on the local machine?
>
Use DTML to render the CSV file (I've done this before, and it's really
easy), and use an External Method to call that and save the result as a
file.

            --jcc
        (modular)


_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )