lazurey / strapi-plugin-content-export-import

Strapi plugin for content export and import
166 stars 47 forks source link

Import images from CSV #1

Closed barbudour closed 4 years ago

barbudour commented 4 years ago

Hi, this is a great import plugin. I am importing an article database into my application and have encountered the difficulty of importing images. I have a field in the table with paths to the images and a folder with these images. How do I import them correctly using your plugin? Thanks

lazurey commented 4 years ago

Hi @barbudour , unfortunately it doesn't support the media assets import. I haven't got time to work on that.

You can refer to this guide, it mentioned how to import media assets. But you need to create your own plugin, or fork this one and start from here.

barbudour commented 4 years ago

@lazurey thanks, I tried to do this guide