Tablify
Import and export Strapi collections in CSV and JSON formats directly from the admin panel.
Tablify
CSV/JSON Import & Export plugin for Strapi 5
Tablify lets you import and export data from any Strapi collection in CSV or JSON format
Features
- Import data from CSV and JSON
- Export collections to CSV and JSON
- Works in Strapi admin panel
- For Strapi 5.x
Installation
npm install strapi-plugin-tablify
or
yarn add strapi-plugin-tablify
Usage
- Open the Tablify section in Strapi admin
- Choose a collection to import or export
- Follow the instructions
Important
If your collection type uses "Draft & Publish" (option "draftAndPublish": true), only entries with a non-null published_at will be visible in the admin panel.
If you import data with published_at set to null or empty, entries will not show up.
Either set a valid published_at date, or disable "Draft & Publish" in your collection schema.
Screenshot
License: MIT
Install now
npm install strapi-plugin-tablify
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.