User Tools

Site Tools


iinfo:traviata_dokuwiki_csv_tables

CSV Tables

I installed a CSV plugin that allows tables to be created from CSV data or inline.

The syntax to create a table from a file in the media area is:

   <csv file= <:info:test.csv> </csv>

I put a csv file in the media area using the media upload page. The file is test.csv and using the above syntax, here is the data from the csv displayed as a table:

<csv file= <:info:test.csv> </csv>

I could also put the same data inline using csv tags. Here are the tags I will use:

   <csv>1,2,3
        4,5,6
        7,8,9
   </csv>

The data displayed from this looks like: <csv>1,2,3 4,5,6 7,8,9 </csv>

iinfo/traviata_dokuwiki_csv_tables.txt · Last modified: 2011/01/30 10:53 by tomgee