Add CSV data import functionality to the native Table fieldtype.
This plugin requires Craft CMS 3.0.0-RC1 or later.
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.
Create fields using the native Table fieldtype. Import CSV (or other delimited data) into your table by clicking the "Import" button.
Brought to you by Mark Drzycimski