Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

This is a plugin for CSV export.


Version published
Maintainers
1
Created

Readme

Source

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

FAQs

Last updated on 20 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc