Hi,
I just bought ARI Smart Content which seems to be a great plugin collection.
However, I still have a problem getting aricsvtable to work:
1) I have a text csv file with three columns, a header and 2 data entries
2) I put the following tags into an article:
{aricsvtable file="
my.domain/images/stories/csv/test.csv"}
{aricsvtablecolumns}
{aricsvtablecolumn id="Name" alias="Name" width="30%" className="idg"}
{aricsvtablecolumn id="City" alias="City" headerClassName="head"}
{aricsvtablecolumn id="Mail" alias="Mail" headerClassName="head"}
{/aricsvtablecolumns}
{/aricsvtable}
All other parameters are unchanged.
The result is an empty article. I am not sure about the columns id's and classNames.
The same csv file works fine in JCSV 2 Table.
Thanks for any hint.
JM