Blue Flower

 

Be sure to check out the admin interface of the extension, too. 

 

How to use CSV Export? You must call the frontend of the site with a query URL, like:

 

http://demoj3.joocode.com/index.php?option=com_csvexport&table=gunhs_content

 

The URL parameters you can add the the CSV query are:

  • table (required): defines the name of the table you want to export
  • fields (optional): defines one or more fields you want to export. If you want to export everything, don't add this parameter.
  • limit (optional): limits the query to a value
  • offset (optional): starts the query with the specified offset
 
The latest 2 are useful when you need to export a lot of data, so you can do it in chunks.

 

Here you can try some examples. If the result is empty, someone else played with the demo and set the authentication ON, or changed username and password. In this case, try going in the admin interface and change the options.

Â