This repository was archived by the owner on Nov 25, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork64
Csv and Json import / export content plugin to Strapi
License
NotificationsYou must be signed in to change notification settings
EdisonPeM/strapi-plugin-import-export-content
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Plugin to import and export content according to user permissions in json or csv format.
yarn add strapi-plugin-import-export-content
or
npm i strapi-plugin-import-export-content
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
- 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 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
Edison Peñuela –@EdisonPeM –edisonpe961206@hotmail.com
This plugin has been inspired by the tutorialHow to create an import content plugin
About
Csv and Json import / export content plugin to Strapi
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.