Skip to content

markdrzy/craft3-importable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Importable plugin for Craft CMS 3.x

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

About

A Craft CMS plugin to add CSV data import functionality to the native Table fieldtype.

Resources

License

Stars

Watchers

Forks

Packages

No packages published