Import/Export data from and to your database for Strapi 5 - a fork of strapi-import-export, built from scratch using the @strapi/sdk-plugin.
npm i strapi-import-export
Refer to the original docs from the previous version for how this plugin works, it's exactly the same.
There was a lot of work to migrate this plugin to Strapi 5 because of the size of it. The deprecated APIs were replaced, and all the deprecated components updated to the new Strapi design system.
strapi.entityService
- this is deprecated, replaced with strapi.documents
See video (this was when I first started): Watch on YouTube 📹
These docs were most useful when migrating: