Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Problem with aricsvtable
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Problem with aricsvtable
#1041
Problem with aricsvtable 15 Years, 2 Months ago Karma: 0
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
The administrator has disabled public write access.
 
#1045
Re:Problem with aricsvtable 15 Years, 2 Months ago Karma: 747
Hello,

Try the following code, please:

{aricsvtable file="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}

If it don't work, send us your CSV file, please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1046
Re:Problem with aricsvtable 15 Years, 2 Months ago Karma: 0
Hi,

Thanks a lot. Meanwhile I figured it out myself... however, the URL worked fine with ARI JCSV Table. That's why I used it for the CSV Table as well.

Regards,

Juergen

PS: What a great set of plugins!
Last Edit: 2009/01/31 06:26 By jue_mue.
The administrator has disabled public write access.
 
Go to topPage: 1