All Projects → EdisonPeM → strapi-plugin-import-export-content

EdisonPeM / strapi-plugin-import-export-content

Licence: MIT license
Csv and Json import / export content plugin to Strapi

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to strapi-plugin-import-export-content

strapi-plugin-migrate
Strapi-Plugin-Migrate helps to migrate Strapi data from one environment of your app to another. For example development > staging
Stars: ✭ 71 (-44.96%)
Mutual labels:  strapi, strapi-plugin, strapi-cms
strapi-plugin-sync-roles-permissions
Store user roles and permissions configuration as a JSON file and then import and reuse it any time.
Stars: ✭ 34 (-73.64%)
Mutual labels:  strapi, strapi-plugin, strapi-cms
strapi-plugin-zeasy-image-api
Strapi plugin to ease the process importing Unsplash image with attribution
Stars: ✭ 28 (-78.29%)
Mutual labels:  strapi, strapi-plugin
strapi-plugin-sitemap
🔌 Generate a highly customizable sitemap XML in Strapi CMS
Stars: ✭ 136 (+5.43%)
Mutual labels:  strapi, strapi-plugin
strapi-plugin-vercel
▲ Strapi plugin for Vercel Platform
Stars: ✭ 28 (-78.29%)
Mutual labels:  strapi, strapi-plugin
strapi-plugin-github-publish
This is a plugin for Strapi headless CMS. It lets you trigger a GitHub Action workflow when the site is ready to be published.
Stars: ✭ 35 (-72.87%)
Mutual labels:  strapi, strapi-plugin
covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (-83.72%)
Mutual labels:  strapi
datasets
The primary repository for all of the CORGIS Datasets
Stars: ✭ 19 (-85.27%)
Mutual labels:  csv
strapi-starter-gatsby-blog
Updated version of the first Gatsby starter with much more features
Stars: ✭ 140 (+8.53%)
Mutual labels:  strapi
wongames
🎮 Ecommerce de jogos no estilo Steam. Desenvolvido com Next.js, TypeScript, GraphQL, etc.
Stars: ✭ 18 (-86.05%)
Mutual labels:  strapi
burp-suite-http-proxy-history-converter
Python script that converts Burp Suite HTTP proxy history files to CSV or HTML
Stars: ✭ 63 (-51.16%)
Mutual labels:  csv
tv
📺(tv) Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.
Stars: ✭ 1,763 (+1266.67%)
Mutual labels:  csv
convey
CSV processing and web related data types mutual conversion
Stars: ✭ 16 (-87.6%)
Mutual labels:  csv
strapi-okr-api
An open-source API first CMS solution for managing and integrating OKRs into your applications.
Stars: ✭ 56 (-56.59%)
Mutual labels:  strapi
eec
A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
Stars: ✭ 93 (-27.91%)
Mutual labels:  csv
strapi-ts
strapi v3 typescript template
Stars: ✭ 20 (-84.5%)
Mutual labels:  strapi
elastic-query-export
🚚 Export Data from ElasticSearch to CSV/JSON using a Lucene Query (e.g. from Kibana) or a raw JSON Query string
Stars: ✭ 56 (-56.59%)
Mutual labels:  csv
nx-extend
Nx Workspaces builders and tools
Stars: ✭ 67 (-48.06%)
Mutual labels:  strapi
tabtools
🔧 SQL for csv file in UNIX command line with awk.
Stars: ✭ 16 (-87.6%)
Mutual labels:  csv
artemis cli
A command-line application for tutors to more productively grade programming excises on ArTEMiS
Stars: ✭ 12 (-90.7%)
Mutual labels:  csv

Strapi plugin import-export-content

Plugin to import and export content according to user permissions in json or csv format.

Installation

yarn add strapi-plugin-import-export-content

or

npm i strapi-plugin-import-export-content

Rebuild your administration panel

New releases can introduce changes to the administration panel that require a rebuild. Rebuild the admin panel with one of the following commands:

yarn build --clean

or

npm run build -- --clean

Features

Import

  • Read data from CSV and JSON file or from typing raw text
  • Import contents to collection or single Type
  • Manual mapping from source fields to destination fields
  • Recognize format of inputs and content types
  • Import content as draft or public
  • Upload media from URL
  • Import Media by id or object with id key
  • Import Relations by id or object with id key
  • Import Components and Dynamic Zone Content as json objects

Export

  • Export CSV and JSON contents allowed for the user
  • Download files or copy exported data to clipboard
  • Options to remove ids and timestamps
  • Options to export media as ids, urls, full content or full content without formats
  • Options to export relatons as ids or full content

Author

Edison Peñuela – @EdisonPeM[email protected]

Acknowledgments

This plugin has been inspired by the tutorial How to create an import content plugin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].