title | linktitle | description |
---|---|---|
Diplay the Contents of a CSV File |
Table from CSV |
Render the contents of a CSV file as a table.
|
Shortcode reads a CSV and displays the contents in an HTML table.
Pass in delimiter and URL (either local file system or remote URL).
code
is not rendered as code when you use backticks in the CSV file. Surround code with<code>some code</code>
.
{{% csv-table ";" "/static/csv/test.csv" %}}
{{% csv-table ";" "/static/csv/test2.csv" %}}