@artizy-io/strapi-plugin-import-content

Import CSV and RSS-Feed into your Content Types.

Usage no npm install needed!

<script type="module">
  import artizyIoStrapiPluginImportContent from 'https://cdn.skypack.dev/@artizy-io/strapi-plugin-import-content';
</script>

README

Strapi plugin import-content

Import CSV and RSS-Feed into your Content Types.

This @artizy-io/strapi-plugin-import-content is an evolution of the strapi-plugin-import-content code provided as a strapi tutorial:

New features versus the strapi tutorial plugin

  • import with draftAndPublish support as well as user role/permissions check:

    • instead of importing via the low-level qyuery services, the content manager services are used, hence user and state management features supported by the content manager are supported
  • automated relational data import:

    • relations to uploaded files or other content types are automatically identified and created.