🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

strapi-plugin-tablify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-tablify

Strapi plugin for importing and exporting tables in CSV and JSON formats. Simple, fast and user-friendly.

1.0.3
latest
npm
Version published
Maintainers
1
Created
Source

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

Import

License: MIT

Keywords

strapi

FAQs

Package last updated on 23 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts