1.0.7 • Published 2 years ago

strapi-4-deep-export-to-csv-plugin v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.7

2 years ago

1.0.6

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago