Forum OpenACS Q&A: Re: Using list-builder and order by

Collapse
Posted by Lars Pind on
7) CSVs:

say

template::list::create \
    ... \
    -selected_format csv \
    -formats {
        ...
        csv { output csv }
    }

Then around the end of the .tcl file, say

template::list::write_output -name listname

/Lars