CSV Upload
CSV files can be imported into collection types. Values can also be edited before registering data
Strapi plugin strapi-plugin-csv-upload
Installation
1npm install strapi-plugin-csv-upload
2
3yarn add strapi-plugin-csv-upload
✌️Support Type
- Text
- Rich text
- Password
- Datetime
- Boolean
- Number
- Enum
✊Support Type Setting
- required field
- maximum length
- minimum length
- maximum value
- minimum value
If drafting is enabled, the required fields can also be saved.
🙏Not supported
- unique constraint
- UID, Relation,Media,and Component Type
📖Description
API calls are made per line, it cannot be rolled back. If drafts are enabled, they will be registered as drafts.
Other
If you have any questions or PR, please contact us here.
https://github.com/yasudacloud/strapi-plugin-csv-upload/issues
Install now
npm install strapi-plugin-csv-upload
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.