markdrzy / importable
Add CSV data import functionality to the native Table fieldtype.
Installs: 4 601
Dependents: 2
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 2
Open Issues: 4
Language:JavaScript
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
This package is not auto-updated.
Last update: 2024-11-10 04:53:29 UTC
README
Add CSV data import functionality to the native Table fieldtype.
Requirements
This plugin requires Craft CMS 3.0.0-RC1 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require markdrzy/importable
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Importable.
Using Importable
Create fields using the native Table fieldtype. Import CSV (or other delimited data) into your table by clicking the "Import" button.
Importable Roadmap
- Support non-text cells.
Brought to you by Mark Drzycimski