Hi,
I'm currently working with Joomla 3, and I need to create tables that will import csv data.
I have added the following code to the a specific article:
{aricsvtable file="images/excel_csv/lotto-results-mega-monday.csv"} {aricsvtablecolumns} {aricsvtablecolumn id="ID" alias="ID" width="20%" className="idg"} {aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"} {aricsvtablecolumn alias="Virtual Column" headerClassName="head" virtual="true"} {/aricsvtablecolumn} {/aricsvtablecolumns} {aricsvtablecolumnspan row="0" startIndex="0" endIndex="1"} {/aricsvtable}
Below is a screenshot of the data, but how do I get it to display in an actual table?
I'm quite new to Joomla/csv, a step by step tutorial would really help. I'm probably missing something quite simple.
Nadia