Hello, I have created a registration form which records the name, address, and the usual blurb ... using the properties for the folder, so that I can call it like <dtml-var "member.first_name">, <dtml-var "member.last_name">, <dtml-var "member.address"> on a dtml method. 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? many thanks Norman zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz zz/********/z/****\zzz|****\*\zz|*******|z z/^^^^^^^^/z/******\zz|*^^^^|*|z|*|^^^^^|z norman khine zzzzzz/**/z|**/^^\**|z|*|zzz|*|z|*|zzzzzzz mailto:norman@khine.net zzzzz/**/zz|*|zzzz|*|z|****/*/zz|*****|zzz purley z/******/zz|*|zzzz|*|z|*|^^zzzzz|*|^^^|zzz UK zzZ/**/zzzz|**\^^/**|z|*|zzzzzzz|*|zzzzzzz zz/******/zz\******/zz|*|zzzzzzz|*|*****|z z/^^^^^^/zzzz\^^^^/zzz|^|zzzzzzz|^^^^^^^|z zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
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)
participants (2)
-
J. Cameron Cooper -
Norman Khine