This is Tabula extension for Radiant CMS. It allows you to include CSV-formatted tabular data to a page.
#. Install #. Add new CSV-table from admin/tabula. First line is a header, the rest is actual data.
"Header", "SecondColumn" "Value1", "SecondValue"
#. Edit the page where you want to add the CSV ata
<r:table:each name="the\_name\_of\_the_table"> <r:value name="Header"/><br/> <r:value name="SecondColumn"/><br/> </r:table:each>
Nothing to configure
Created by: massive - Matias Käkelä Version: 0.0.1 (2009-04-09)
-
Tests
-
Dynamic tags
-
Import CSV-files