CSV/JSON Import & Export plugin for Strapi 5
Tablify lets you import and export data from any Strapi collection in CSV or JSON format
- Import data from CSV and JSON
- Export collections to CSV and JSON
- Works in Strapi admin panel
- For Strapi 5.x
npm install strapi-plugin-tablify
yarn add strapi-plugin-tablify
- Open the Tablify section in Strapi admin
- Choose a collection to import or export
- Follow the instructions
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.
License: MIT