'I want to import CSV with strapi v4. But I can’t
I used this package when I was strapi V3. CSV was imported.
https://github.com/EdisonPeM/strapi-plugin-import-export-content
However, this package is not compatible with v4 and cannot be used. Therefore, I would like to know how to import CSV in V4.
System Information
- Strapi Version:4.1.5
- Operating System: m1 mac monterey 12.1
- Database: postgres
- Node Version16.18.1:
- NPM Version: 8.3.3
Solution 1:[1]
Been waiting for this fix to be published too for a while. I think the answer is in migrating plugin from v3 format
Solution 2:[2]
You can use the below plugin for importing/exporting csv and json.
https://market.strapi.io/plugins/strapi-plugin-import-export-entries
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Gurpreet Singh |
Solution 2 | Suhail AKhtar |