plugin to import and export content according to users permissions
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
- Export CSV and JSON contents allowed for the user
- Download files or copy exported data to clipboard
- Import content as draft or public
- Recognize format of inputs and content types
- Support to Import Media by id or object with id key
- Support to upload media from URL
- Support to Import Relations by id or object with id key
- Support to Import Components and Dynamic Zone Content as objects
- Export media without formats
- Export only url of medias instead all fields
- Export media and relations as ids instead all fields
- Add filters to export
Edison Peñuela – @EdisonPeM – edisonpe961206@hotmail.com
This plugin has been inspired by the tutorial How to create an import content plugin