UNPKG

strapi-export-collection-lead

Version:

Effortlessly export Strapi collection data to CSV with filters like date range.

66 lines (41 loc) 2.68 kB
# 🚀 Getting started with Strapi Export Plugin Strapi comes with a full featured [Command Line Interface](https://docs.strapi.io/dev-docs/cli) (CLI) which lets you scaffold and manage your project in seconds. # Strapi-Collection-Export - Effortlessly export Strapi collection data to CSV with advanced filtering options, including customizable date range selection. - The Strapi Collection Export plugin enables users to effortlessly export collection data in CSV format. With its user-friendly interface, it allows users to apply filters, such as date range selection, to customize exports according to specific requirements. Ideal for reporting, data backups, and analytics, this plugin significantly enhances data accessibility and usability within Strapi. ### `develop` Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-develop) ``` npm run develop # or yarn develop ``` ### `start` Start your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-start) ``` npm run start # or yarn start ``` ### `build` Build your admin panel. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-build) ``` npm run build # or yarn build ``` ## ⚙️ Deployment Strapi gives you many possible deployment options for your project including [Strapi Cloud](https://cloud.strapi.io). Browse the [deployment section of the documentation](https://docs.strapi.io/dev-docs/deployment) to find the best solution for your use case. ## 📚 Learn more - [Resource center](https://strapi.io/resource-center) - Strapi resource center. - [Strapi documentation](https://docs.strapi.io) - Official Strapi documentation. - [Strapi tutorials](https://strapi.io/tutorials) - List of tutorials made by the core team and the community. - [Strapi blog](https://strapi.io/blog) - Official Strapi blog containing articles made by the Strapi team and the community. - [Changelog](https://strapi.io/changelog) - Find out about the Strapi product updates, new features and general improvements. Feel free to check out the [Strapi GitHub repository](https://github.com/strapi/strapi). Your feedback and contributions are welcome! ## Steps For Working This Plugin 1. Install the Plugin. 2. Configure the Plugin Path in config/plugin.js file. 3. Locate the plugin folder (by its name) in the node_modules directory, navigate to its src folder, and build the project. 4. Save the changes and restart your Strapi application to apply the configuration. - Developed By - [Green Apex Solutions](https://www.green-apex.com).