Joomla CSV module, plugin, component, extension. Parse CSV file and display it in Joomla article.
Converts .csv (comma separated values) file to html table. Uses jQuery library. This plugin is also a part of ARI Smart Content: DataTable Pack
Features:
- Indicate CSV file and it will be rendered as HTML table
- Sorting support – can create sortable table
- Allows selecting only necessary fields indicating their order numbers
Example:
Usage:
{arijcsv2table url="csv_file_url" select="1,2,5"}
Parameters:
- sortable – Should the table created be sortable. Values: true, false
- nowloadingMsg – Message to be shown while file is loading and table is rendered. Values: any string value
- removeDoubleQuote - Remove double quote or not. Values: true, false
- select – Allows to select and render only necessary columns. Example: select="0,2,3" will create table and display 3 columns. Values: numbers separated with commas
|