strapi-4-deep-export-to-csv-plugin

1.0.7 • Public • Published

Strapi plugin strapi-4-deep-export-to-csv-plugin

This plugin is for strapi version 4. It allows you to do deep data export from tables. The data includes data with all components and dependencies.

Installation

Use the package manager npm to install strapi-4-deep-export-to-csv-plugin

npm i strapi-4-deep-export-to-csv-plugin

Now create A file /config/plugins.js

And paste the following code to initiate the plugin.

module.exports = {
    // ...
    'strapi-4-deep-export-to-csv-plugin': {
        enabled: true,
        resolve: './node_modules/strapi-4-deep-export-to-csv-plugin'
    },
    // ...
}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i strapi-4-deep-export-to-csv-plugin

Weekly Downloads

2

Version

1.0.7

License

MIT

Unpacked Size

22.7 kB

Total Files

46

Last publish

Collaborators

  • v.a.stekolschikov