diff -r 000000000000 -r 2e8eeb919028 configurationengine/source/scripts/info_api_report_template.csv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/scripts/info_api_report_template.csv Thu Mar 11 17:04:37 2010 +0200 @@ -0,0 +1,4 @@ +{% for item in data.api_data.columns %}{{ item }},{% endfor %} +{% for row in data.api_data.data %}{% for colname in data.api_data.columns %}"{{ row[colname] }}",{% endfor %} +{% endfor %} +