Getting started
This Panel field is ideal for people who want to preview single CSV files in the Panel and make simple use of the data in the frontend. If you want to achieve more elaborate matters, virtual pages from CSV will still be the better choice.
Requirements
The CSV field requires Kirby 4.
Install
There are two main ways to install this plugin:
- Download & unzip
- Copy this repository to
/site/plugins/csv-field
. - Add the field to your blueprint
yml
fields:
myCsvField:
type: csv
label: My CSV field
See all blueprint options.
With composer
Alternatively, you can install it with composer:
bash
composer require distantnative/kirby-csv-field
Updates
Make sure to read the release notes for breaking changes before you start the update.
- Download & unzip the new version
- Replace the
/site/plugins/csv-field
folder
Or, if you installed the plugin via composer, run:
bash
composer update distantnative/kirby-csv-fieldy