===== 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:
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:
I could also put the same data inline using csv tags. Here are the tags I will use:
1,2,3
4,5,6
7,8,9
The data displayed from this looks like:
1,2,3
4,5,6
7,8,9