Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

Import CSV table into page

Started by blackbird 3 years ago · 1 replies · 612 views
3 years ago

Is there a way to import a csv file into a (default) page and have it rendered as a table?

The 'table-importer' plugin (which is not maintained anymore) does not work on my Grav v1.7.41 site.

3 years ago

If you have a custom Plugin (Custom Plugin tutorial) in your project, you could try to write a function which takes the CSV and converts it to a list of objects which you can use in your twig template (I think there should be one which is used to export flex-objects to CSV Formatter).

I don't know if you can convert your CSV into a flex-directory and use it in your templates as flex-objects.

I'm not 100% sure, these are just some ideas on how it could be done

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Slebeig, 5 days ago
1 104 5 days ago
Plugins · by Rene, 4 weeks ago
2 303 4 weeks ago
Plugins · by Xavier, 2 months ago
2 226 1 month ago
Plugins · by Luka Prinčič, 7 years ago
3 1413 2 months ago
Plugins · by Sebastian van de Meer, 2 months ago
1 323 2 months ago