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?

Importing CSV
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Importing CSV
#54233
Importing CSV 9 Years ago Karma: 0
I am looking to import a CSV and believe I have the path correct for the csv..

my site is gl.dyndns-ip.com/griffco

I have the folder within the griffco folder called data and the file is in it called cad1.csv

I have tried this: data/cad1.csv and griffco/data/cad1.csv and nothing shows up in the article I have the module loaded into.

Also once the data gets loaded from the csv, is there a way to edit it through the module or do you have to update the csv (not sure if it was a 1 time upload and then manage through the site or if you just manage the csv the whole time).
The administrator has disabled public write access.
 
#54237
Re:Importing CSV 9 Years ago Karma: 747
Hello,

The correct value for "CSV -> Path to CSV file" is:

data/cad1.csv

If you see nothing, it can be a problem with an extension which is used to load the module into an article. If you use "Content - ARI Data Tables" plugin, check that the module is enabled and correct plugin code is used. For example if you want to load "ARI Data Tables" module instance with ID = 14, use the following plugin code:

Code:


{aridatatables moduleId="14"}{/aridatatables}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#54239
Re:Importing CSV 9 Years ago Karma: 0
I have the plugin(s) enabled and I have the correct code you sent me in place as well with the correct ID for my module (117 in my case).

I still just get nothing in the page. If the plugin was not working I am guessing that the code to insert the module in the article would show up and not nothing.

Please let me know.
The administrator has disabled public write access.
 
#54240
Re:Importing CSV 9 Years ago Karma: 747
It can be a problem with 3rd party extension. We can investigate the problem in more details if you provide a temporary access to your J! backend by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54242
Re:Importing CSV 9 Years ago Karma: 0
Thanks for fixing my issue. I have one more question. I am trying to have links that will be clickable within my csv to files I have uploaded. If you look at my current page you will see it is just plain text for the file path. Is there a way to do this or do you have any recommendations?
gl.dyndns-ip.com/griffco/3d-cad-drawings
The administrator has disabled public write access.
 
#54243
Re:Importing CSV 9 Years ago Karma: 747
For example if you want to convert links in "PDF" column to HTML hyperlinks, set "Columns settings -> ID" parameter to ID and populate "Columns settings -> Format" parameter with the following value:

<a href="{$value}">Link</a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12