Moving data between content types

Hi everybody !

System Information
  • Strapi Version: 3.0.5
  • Operating System: Ubuntu 18.04
  • Database: MongoDB Atlas
  • Node Version: 12.19

Is there anyway in the Admin panel to move data between Types ?

My context :

  • I’ve got different Single types, and sometimes, arrays in my types with dozenz of elements
  • After thinking, I want to transform some arrays to Collection Types
  • How can I creates this Collection Types without to have to rewrite all the elements data ?

I am not sure to be understandable, don’t hesitate if I am not :slight_smile:

Thank you very much !

Create the Content types with identical key of your array/object. Write a function that gets all these arrays/object and creates them one by one in content type.

Hi @sunnyson !

Thank you for your answer :slight_smile:
I wish you an happy new year ! :wink:

There is no way to do this with the GUI, is there ?