strapi-plugin-import-export-content icon indicating copy to clipboard operation
strapi-plugin-import-export-content copied to clipboard

Csv and Json import / export content plugin to Strapi

Results 29 strapi-plugin-import-export-content issues
Sort by recently updated
recently updated
newest added

When importing and Exporting data there is no way to select the desired locale. The locale is only English for all the operations, no way to change or select.

I have created a fork with the ability to update and delete records. https://github.com/ztech-company/strapi-plugin-import-export-content/tree/update-delete To isolate this behaviour (in case users want to keep the existing behavior), a checkbox "Allow...

If I have following data in my Strapi database: | Name | School | |--------|-----------------------| | Nirmal | {name: xyz, area:abc} | This plugin would export it exactly like above:...

I installed this plugin on my Strapi installation with `npm i strapi-plugin-import-export-content` and run after that `npm run build`. When I open up the Admin UI I can't find an...

![image](https://user-images.githubusercontent.com/35561611/156613829-f147edf7-d7fb-4fc2-a3f6-50afc89e742c.png) Option for downloading more than one content type at once, downloaded as a zip.

Hi, The export is probably using the find service with the default limit 0f 100, and so only can handle collections up to 100 items. By changing/adding _limit: -1 you...

I tried to export the content and got the following error - SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

Hello, We have tried your plugin, we find bugs and things that would be cool. - We can import and export data but when we want to export more than...