EdisonPeM / strapi-plugin-import-export-content

Csv and Json import / export content plugin to Strapi
https://www.npmjs.com/package/strapi-plugin-import-export-content
MIT License
146 stars 66 forks source link

Can't import components and core_store #25

Closed coderdix closed 3 years ago

coderdix commented 3 years ago

Not sure if I'm missing something but when trying to import exports from a mongo csv/json export there wasn't a way to import my components or core_store files.

Thanks!

EdisonPeM commented 3 years ago

Hi @coderdix, this plugin is only intended to import and export content defined by the developer, not the other types of content such as core_store, in the case of components they can be imported as objects when importing some content but not directly.