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 I try to export data, I get the following error: ``` error: "Not Acceptable" message: "could not parse: TypeError: Cannot destructure property 'attributes' of '(intermediate value)(intermediate value)(intermediate value)' as...

Currently the plugin only supports melds created directly on strapi. Sometimes we have models created by third party plugins. I can make o PR on this if I have some...

Hi! I was trying to import data in prod but I get this error every time I click on "Analyze". I get the message "import.analyze.error": ![image](https://user-images.githubusercontent.com/6875299/128884014-3fc85adc-c817-487b-a7bf-3bc1d92076f7.png) But it works in...

When I was trying to import one complex model with some json fields, It is saying me like No Items Imported! and also not showing any errors why its not...

Trying to input a previously output file with `null` fields results in failure

Hey there First of all thanks for providing this plugin, great work! I'm interested in using it for some projects and wanted to use a portuguese translation. I looked into...

Can't resolve '@fortawesome/free-solid-svg-icons/faTrashAlt' in '/backend/.cache/plugins/strapi-plugin-import-export-content/admin/src/components/MappingTable'

For example, a username field with 2 records and trying to import to strapi **text field**: Username user1 **22222** The above case counted as a mixed field import and the...

I've came across this error message when importing a csv file: `No Items Imported`. As this does not provide any feedback on what's going wrong in the import process, I...

During Import (After Analyze completed), some of the value needs to be imported is null. since null is "object" type on the line 8 of contentChecker.js file. This is true...