markdrzy/importable

Add CSV data import functionality to the native Table fieldtype.

Installs: 4 592

Dependents: 2

Suggesters: 0

Security: 0

Stars: 12

Watchers: 3

Forks: 1

Open Issues: 4

Language:JavaScript

Type:craft-plugin

1.0.1 2017-12-29 17:51 UTC

This package is not auto-updated.

Last update: 2024-03-17 00:50:31 UTC


README

Add CSV data import functionality to the native Table fieldtype.

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-RC1 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require markdrzy/importable
    
  3. 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