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?

CSV Table not working
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSV Table not working
#39862
CSV Table not working 10 Years, 11 Months ago Karma: 0
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
Last Edit: 2013/04/18 10:03 By Nadia.
The administrator has disabled public write access.
 
#39866
Re:CSV Table not working 10 Years, 11 Months ago Karma: 746
Hello,

Try the following plugin code:

{aricsvtable file="images/excel_csv/lotto-results-mega-monday.csv" delimiter=";"}{/aricsvtable}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39868
Re:CSV Table not working 10 Years, 11 Months ago Karma: 0
That solved it, thank you very much
The administrator has disabled public write access.
 
Go to topPage: 1