How to create your own plugin on strapi (3/4)

This tutorial is part of the « How to create your own plugin »:

Please note: Since we initially published this blog post, we released new versions of Strapi and tutorials may be outdated. Sorry for the inconvenience if it's the case. Please help us by reporting it here.


This is a companion discussion topic for the original entry at https://strapi.io/blog/how-to-create-an-import-content-plugin-part-3-4
1 Like

Hi,

thank you for sharing this tutorial. I just have a problem when importing: I cannot get in the “Destination” options the fields that are part of a repeatable component. I cannot access these fields in order to insert the new data from the CSV file. I think it can come from the fillOptions() function, but I could not figure out how to get these fields. I would appreciate your help.

Hello dev_andy,

Unfortunately, this tutorial is now outdated. The Strapi v4 is coming with a brand new plugin API that will allow you to simply create plugins such as this one. I will insert a disclaimer at the beginning of the article.

I’m staying available if you need any help.