template::list::write_csv (public)

 template::list::write_csv -name name [ -label_headers ] \
    [ -delimiter delimiter ]

Defined in packages/acs-templating/tcl/list-procs.tcl

Writes a CSV to the connection

Switches:
-name (required)
template::list name
-label_headers (optional, boolean, defaults to "true")
-delimiter (optional, defaults to ",")
CSV delimiter

Partial Call Graph (max 5 caller/called nodes):
%3 Class ::Generic::List Class ::Generic::List (public) template::list::write_csv template::list::write_csv Class ::Generic::List->template::list::write_csv template::list::write_output template::list::write_output (public) template::list::write_output->template::list::write_csv ad_script_abort ad_script_abort (public) template::list::write_csv->ad_script_abort template::list::element::get_reference template::list::element::get_reference (public) template::list::write_csv->template::list::element::get_reference template::list::get_reference template::list::get_reference (public) template::list::write_csv->template::list::get_reference template::list::prepare_for_rendering template::list::prepare_for_rendering (private) template::list::write_csv->template::list::prepare_for_rendering template::multirow template::multirow (public) template::list::write_csv->template::multirow

Testcases:
No testcase defined.
[ show source ]
Show another procedure: